Html Css Color HEX #337014 Bilbao

📋 copy color: '#337014'

red 51 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #337014

Tints of Bilbao #337014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.2%

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

R = 27.87%
G = 61.2%
B = 10.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#337014 (or 0x337014) is known color: Bilbao. HEX triplet: 33, 70 and 14. RGB value is (51,112,20). Sum of RGB (Red+Green+Blue) = 51+112+20=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #337014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337014 is #CC8FEB. Grayscale: #535353. Windows color (decimal): -13406188 or 1339443. OLE color: 1339443.

HSL color Cylindrical-coordinate representation of color #337014: hue angle of 99.78º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #337014 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 112 20 -
CMYK 0.54 0 0.82 0.56
HSL 99.78º 0.7% 0.26% -
HSV(B) 99.78º 0.82% 0.44% -
XYZ 7.29 12.34 2.66 -
YUV 83.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 51 112 20 0.54 0 0.82 0.56 99.78 0.7 0.26
Hex 33 70 14 36 0 52 38 64 46 1A
Octal 63 160 24 66 0 122 70 144 106 32
Binary 110011 1110000 10100 110110 0 1010010 111000 1100100 1000110 11010

Color Harmonies of #337014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337014

Black with #337014

Text Example


Text Example

White with #337014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337014; }

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

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

background-color css

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

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

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

border-color css

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

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

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