#367228

Color #367228 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #367228

Tints of Bilbao #367228

Color information

#367228 (or 0x367228) is unknown color: approx 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

RGB5411440-
CMYK0.5300.650.55
HSL108.65º48.05%30.2%-
HSV(B)108.65º64.91%44.71%-
XYZ7.9212.974.09-
YUV87.62101.12104.02-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54114400.5300.650.55108.6548.0530.2
Hex36722835041376d301e
Octal6616250650101671556036
Binary110110111001010100011010101000001110111110110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>