Html Css Color HEX #337214 Bilbao

📋 copy color: '#337214'

red 51 ◦ green 114 ◦ blue 20

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

Shades of Bilbao #337214

Tints of Bilbao #337214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.62%

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

R = 27.57%
G = 61.62%
B = 10.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#337214 (or 0x337214) is known color: Bilbao. HEX triplet: 33, 72 and 14. RGB value is (51,114,20). Sum of RGB (Red+Green+Blue) = 51+114+20=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 114 (44.92% from 255 or 61.62% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 114 - color contains mainly: green. Hex color #337214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337214 is #CC8DEB. Grayscale: #545454. Windows color (decimal): -13405676 or 1339955. OLE color: 1339955.

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

Color convert

RGB 51 114 20 -
CMYK 0.55 0 0.82 0.55
HSL 100.21º 0.7% 0.26% -
HSV(B) 100.21º 0.82% 0.45% -
XYZ 7.51 12.79 2.73 -
YUV 84.45 91.63 104.14 -
System Red Green Blue C M Y K H S L
Decimal 51 114 20 0.55 0 0.82 0.55 100.21 0.7 0.26
Hex 33 72 14 37 0 52 37 64 46 1A
Octal 63 162 24 67 0 122 67 144 106 32
Binary 110011 1110010 10100 110111 0 1010010 110111 1100100 1000110 11010

Color Harmonies of #337214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337214

Black with #337214

Text Example


Text Example

White with #337214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337214; }

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

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

background-color css

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

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

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

border-color css

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

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

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