#407830

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

Shades of Bilbao #407830

Tints of Bilbao #407830

Color information

#407830 (or 0x407830) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 30. RGB value is (64,120,48). Sum of RGB (Red+Green+Blue) = 64+120+48=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #407830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407830 is #BF87CF. Grayscale: #5F5F5F. Windows color (decimal): -12552144 or 3176512. OLE color: 3176512.

HSL color Cylindrical-coordinate representation of color #407830: hue angle of 106.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407830 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB6412048-
CMYK0.4700.600.53
HSL106.67º42.86%32.94%-
HSV(B)106.67º60%47.06%-
XYZ9.3614.745.15-
YUV95.05101.45105.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=27.59%
G=51.72%
B=20.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120480.4700.600.53106.6742.8632.94
Hex4078302F03C356b2b21
Octal1001706057074651535341
Binary1000000111100011000010111101111001101011101011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407830; }

 p { color: rgb(64,120,48); }

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

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

 a { background-color: rgb(64,120,48); }

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

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

 span { border-color: rgb(64,120,48); }

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