Html Css Color HEX #337514 Bilbao

📋 copy color: '#337514'

red 51 ◦ green 117 ◦ blue 20

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

Shades of Bilbao #337514

Tints of Bilbao #337514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 20 (8.2% from 255) = 10.64%

R = 27.13%
G = 62.23%
B = 10.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#337514 (or 0x337514) is known color: Bilbao. HEX triplet: 33, 75 and 14. RGB value is (51,117,20). Sum of RGB (Red+Green+Blue) = 51+117+20=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #337514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337514 is #CC8AEB. Grayscale: #565656. Windows color (decimal): -13404908 or 1340723. OLE color: 1340723.

HSL color Cylindrical-coordinate representation of color #337514: hue angle of 100.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #337514 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 20 -
CMYK 0.56 0 0.83 0.54
HSL 100.82º 0.71% 0.27% -
HSV(B) 100.82º 0.83% 0.46% -
XYZ 7.85 13.48 2.85 -
YUV 86.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 51 117 20 0.56 0 0.83 0.54 100.82 0.71 0.27
Hex 33 75 14 38 0 53 36 65 47 1B
Octal 63 165 24 70 0 123 66 145 107 33
Binary 110011 1110101 10100 111000 0 1010011 110110 1100101 1000111 11011

Color Harmonies of #337514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337514

Black with #337514

Text Example


Text Example

White with #337514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337514; }

 p { color: rgb(51,117,20); }

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

background-color css

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

 a { background-color: rgb(51,117,20); }

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

border-color css

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

 span { border-color: rgb(51,117,20); }

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