Html Css Color HEX #367228 Bilbao

📋 copy color: '#367228'

red 54 ◦ green 114 ◦ blue 40

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

Shades of Bilbao #367228

Tints of Bilbao #367228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.23%

R = 25.96%
G = 54.81%
B = 19.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#367228 (or 0x367228) is known color: Bilbao. HEX triplet: 36, 72 and 28. RGB value is (54,114,40). Sum of RGB (Red+Green+Blue) = 54+114+40=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #367228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367228 is #C98DD7. Grayscale: #575757. Windows color (decimal): -13209048 or 2650678. OLE color: 2650678.

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

Color convert

RGB 54 114 40 -
CMYK 0.53 0 0.65 0.55
HSL 108.65º 0.48% 0.3% -
HSV(B) 108.65º 0.65% 0.45% -
XYZ 7.92 12.97 4.09 -
YUV 87.62 101.12 104.02 -
System Red Green Blue C M Y K H S L
Decimal 54 114 40 0.53 0 0.65 0.55 108.65 0.48 0.3
Hex 36 72 28 35 0 41 37 6D 30 1E
Octal 66 162 50 65 0 101 67 155 60 36
Binary 110110 1110010 101000 110101 0 1000001 110111 1101101 110000 11110

Color Harmonies of #367228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367228

Black with #367228

Text Example


Text Example

White with #367228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367228; }

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

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

background-color css

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

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

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

border-color css

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

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

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