#407923

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

Shades of Bilbao #407923

Tints of Bilbao #407923

Color information

#407923 (or 0x407923) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 23. RGB value is (64,121,35). Sum of RGB (Red+Green+Blue) = 64+121+35=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #407923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407923 is #BF86DC. Grayscale: #5E5E5E. Windows color (decimal): -12551901 or 2324800. OLE color: 2324800.

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

Color convert

RGB6412135-
CMYK0.4700.710.53
HSL99.77º55.13%30.59%-
HSV(B)99.77º71.07%47.45%-
XYZ9.2614.893.98-
YUV94.1594.62106.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 35 (14.06% from 255) = 15.91%
R=29.09%
G=55%
B=15.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121350.4700.710.5399.7755.1330.59
Hex4079232F0473564371f
Octal10017143570107651446737
Binary1000000111100110001110111101000111110101110010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407923; }

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

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

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

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

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

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

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

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