Html Css Color HEX #338115 Bilbao

📋 copy color: '#338115'

red 51 ◦ green 129 ◦ blue 21

#338115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #338115

Tints of Bilbao #338115

RGB

 RED value IS 51 (20.31% from 255) = 25.37%

 GREEN value IS 129 (50.78% from 255) = 64.18%

 BLUE value IS 21 (8.59% from 255) = 10.45%

R = 25.37%
G = 64.18%
B = 10.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338115 (or 0x338115) is known color: Bilbao. HEX triplet: 33, 81 and 15. RGB value is (51,129,21). Sum of RGB (Red+Green+Blue) = 51+129+21=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #338115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338115 is #CC7EEA. Grayscale: #5D5D5D. Windows color (decimal): -13401835 or 1409331. OLE color: 1409331.

HSL color Cylindrical-coordinate representation of color #338115: hue angle of 103.33º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #338115 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 21 -
CMYK 0.60 0 0.84 0.49
HSL 103.33º 0.72% 0.29% -
HSV(B) 103.33º 0.84% 0.51% -
XYZ 9.35 16.46 3.39 -
YUV 93.37 87.16 97.78 -
System Red Green Blue C M Y K H S L
Decimal 51 129 21 0.60 0 0.84 0.49 103.33 0.72 0.29
Hex 33 81 15 3C 0 54 31 67 48 1D
Octal 63 201 25 74 0 124 61 147 110 35
Binary 110011 10000001 10101 111100 0 1010100 110001 1100111 1001000 11101

Color Harmonies of #338115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338115

Black with #338115

Text Example


Text Example

White with #338115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338115; }

 p { color: rgb(51,129,21); }

 H1.HeaderClassName
 {
   color: #338115;
 }
 .AnyTagClassName
 {
   color: #338115;
 }
</style>

background-color css

<style>
 a { background-color: #338115; }

 a { background-color: rgb(51,129,21); }

 div.DivClassName
 {
   background-color: #338115;
 }
 .BgClassName
 {
   background-color: #338115;
 }
</style>

border-color css

<style>
 span { border-color: #338115; }

 span { border-color: rgb(51,129,21); }

 td.TdClassName
 {
   border-color: #338115;
 }
 .TagClassName
 {
   border-color: #338115;
 }
</style>