#408225

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

Shades of Bilbao #408225

Tints of Bilbao #408225

Color information

#408225 (or 0x408225) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 25. RGB value is (64,130,37). Sum of RGB (Red+Green+Blue) = 64+130+37=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #408225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408225 is #BF7DDA. Grayscale: #636363. Windows color (decimal): -12549595 or 2458176. OLE color: 2458176.

HSL color Cylindrical-coordinate representation of color #408225: hue angle of 102.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408225 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB6413037-
CMYK0.5100.720.49
HSL102.58º55.69%32.75%-
HSV(B)102.58º71.54%50.98%-
XYZ10.4317.194.52-
YUV99.6692.63102.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=27.71%
G=56.28%
B=16.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130370.5100.720.49102.5855.6932.75
Hex4082253304831673821
Octal10020245630110611477041
Binary100000010000010100101110011010010001100011100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408225; }

 p { color: rgb(64,130,37); }

 H1.HeaderClassName
 {
   color: #408225;
 }
 .AnyTagClassName
 {
   color: #408225;
 }
</style>
background-color css

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

 a { background-color: rgb(64,130,37); }

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

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

 span { border-color: rgb(64,130,37); }

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