Html Css Color HEX #337218 Bilbao

📋 copy color: '#337218'

red 51 ◦ green 114 ◦ blue 24

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

Shades of Bilbao #337218

Tints of Bilbao #337218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.7%

R = 26.98%
G = 60.32%
B = 12.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#337218 (or 0x337218) is known color: Bilbao. HEX triplet: 33, 72 and 18. RGB value is (51,114,24). Sum of RGB (Red+Green+Blue) = 51+114+24=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #337218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337218 is #CC8DE7. Grayscale: #555555. Windows color (decimal): -13405672 or 1602099. OLE color: 1602099.

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

Color convert

RGB 51 114 24 -
CMYK 0.55 0 0.79 0.55
HSL 102º 0.65% 0.27% -
HSV(B) 102º 0.79% 0.45% -
XYZ 7.55 12.8 2.94 -
YUV 84.9 93.63 103.82 -
System Red Green Blue C M Y K H S L
Decimal 51 114 24 0.55 0 0.79 0.55 102 0.65 0.27
Hex 33 72 18 37 0 4F 37 66 41 1B
Octal 63 162 30 67 0 117 67 146 101 33
Binary 110011 1110010 11000 110111 0 1001111 110111 1100110 1000001 11011

Color Harmonies of #337218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337218

Black with #337218

Text Example


Text Example

White with #337218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337218; }

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

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

background-color css

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

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

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

border-color css

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

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

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