Html Css Color HEX #337620 Bilbao

📋 copy color: '#337620'

red 51 ◦ green 118 ◦ blue 32

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

Shades of Bilbao #337620

Tints of Bilbao #337620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.71%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 25.37%
G = 58.71%
B = 15.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#337620 (or 0x337620) is known color: Bilbao. HEX triplet: 33, 76 and 20. RGB value is (51,118,32). Sum of RGB (Red+Green+Blue) = 51+118+32=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #337620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337620 is #CC89DF. Grayscale: #585858. Windows color (decimal): -13404640 or 2127411. OLE color: 2127411.

HSL color Cylindrical-coordinate representation of color #337620: hue angle of 106.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337620 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 32 -
CMYK 0.57 0 0.73 0.54
HSL 106.74º 0.57% 0.29% -
HSV(B) 106.74º 0.73% 0.46% -
XYZ 8.1 13.76 3.6 -
YUV 88.16 96.3 101.49 -
System Red Green Blue C M Y K H S L
Decimal 51 118 32 0.57 0 0.73 0.54 106.74 0.57 0.29
Hex 33 76 20 39 0 49 36 6B 39 1D
Octal 63 166 40 71 0 111 66 153 71 35
Binary 110011 1110110 100000 111001 0 1001001 110110 1101011 111001 11101

Color Harmonies of #337620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337620

Black with #337620

Text Example


Text Example

White with #337620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337620; }

 p { color: rgb(51,118,32); }

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

background-color css

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

 a { background-color: rgb(51,118,32); }

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

border-color css

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

 span { border-color: rgb(51,118,32); }

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