Html Css Color HEX #367220 Bilbao

📋 copy color: '#367220'

red 54 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #367220

Tints of Bilbao #367220

RGB

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

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

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

R = 27%
G = 57%
B = 16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#367220 (or 0x367220) is known color: Bilbao. HEX triplet: 36, 72 and 20. RGB value is (54,114,32). Sum of RGB (Red+Green+Blue) = 54+114+32=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #367220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367220 is #C98DDF. Grayscale: #565656. Windows color (decimal): -13209056 or 2126390. OLE color: 2126390.

HSL color Cylindrical-coordinate representation of color #367220: hue angle of 103.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #367220 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 32 -
CMYK 0.53 0 0.72 0.55
HSL 103.9º 0.56% 0.29% -
HSV(B) 103.9º 0.72% 0.45% -
XYZ 7.8 12.92 3.45 -
YUV 86.71 97.12 104.67 -
System Red Green Blue C M Y K H S L
Decimal 54 114 32 0.53 0 0.72 0.55 103.9 0.56 0.29
Hex 36 72 20 35 0 48 37 68 38 1D
Octal 66 162 40 65 0 110 67 150 70 35
Binary 110110 1110010 100000 110101 0 1001000 110111 1101000 111000 11101

Color Harmonies of #367220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367220

Black with #367220

Text Example


Text Example

White with #367220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367220; }

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

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

background-color css

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

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

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

border-color css

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

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

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