Html Css Color HEX #367020 Bilbao

📋 copy color: '#367020'

red 54 ◦ green 112 ◦ blue 32

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

Shades of Bilbao #367020

Tints of Bilbao #367020

RGB

 RED value IS 54 (21.48% from 255) = 27.27%

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

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

R = 27.27%
G = 56.57%
B = 16.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#367020 (or 0x367020) is known color: Bilbao. HEX triplet: 36, 70 and 20. RGB value is (54,112,32). Sum of RGB (Red+Green+Blue) = 54+112+32=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #367020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367020 is #C98FDF. Grayscale: #555555. Windows color (decimal): -13209568 or 2125878. OLE color: 2125878.

HSL color Cylindrical-coordinate representation of color #367020: hue angle of 103.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #367020 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 32 -
CMYK 0.52 0 0.71 0.56
HSL 103.5º 0.56% 0.28% -
HSV(B) 103.5º 0.71% 0.44% -
XYZ 7.58 12.48 3.38 -
YUV 85.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 54 112 32 0.52 0 0.71 0.56 103.5 0.56 0.28
Hex 36 70 20 34 0 47 38 68 38 1C
Octal 66 160 40 64 0 107 70 150 70 34
Binary 110110 1110000 100000 110100 0 1000111 111000 1101000 111000 11100

Color Harmonies of #367020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367020

Black with #367020

Text Example


Text Example

White with #367020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367020; }

 p { color: rgb(54,112,32); }

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

background-color css

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

 a { background-color: rgb(54,112,32); }

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

border-color css

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

 span { border-color: rgb(54,112,32); }

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