#407935

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

Shades of Bilbao #407935

Tints of Bilbao #407935

Color information

#407935 (or 0x407935) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 35. RGB value is (64,121,53). Sum of RGB (Red+Green+Blue) = 64+121+53=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #407935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407935 is #BF86CA. Grayscale: #606060. Windows color (decimal): -12551883 or 3504448. OLE color: 3504448.

HSL color Cylindrical-coordinate representation of color #407935: hue angle of 110.29º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407935 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB6412153-
CMYK0.4700.560.53
HSL110.29º39.08%34.12%-
HSV(B)110.29º56.2%47.45%-
XYZ9.5915.025.76-
YUV96.2103.62105.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.89%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 53 (21.09% from 255) = 22.27%
R=26.89%
G=50.84%
B=22.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121530.4700.560.53110.2939.0834.12
Hex4079352F038356e2722
Octal1001716557070651564742
Binary1000000111100111010110111101110001101011101110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407935; }

 p { color: rgb(64,121,53); }

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

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

 a { background-color: rgb(64,121,53); }

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

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

 span { border-color: rgb(64,121,53); }

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