#407823

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

Shades of Bilbao #407823

Tints of Bilbao #407823

Color information

#407823 (or 0x407823) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 23. RGB value is (64,120,35). Sum of RGB (Red+Green+Blue) = 64+120+35=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #407823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407823 is #BF87DC. Grayscale: #5D5D5D. Windows color (decimal): -12552157 or 2324544. OLE color: 2324544.

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

Color convert

RGB6412035-
CMYK0.4700.710.53
HSL99.53º54.84%30.39%-
HSV(B)99.53º70.83%47.06%-
XYZ9.1314.643.94-
YUV93.5794.95106.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=29.22%
G=54.79%
B=15.98%

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
Decimal64120350.4700.710.5399.5354.8430.39
Hex4078232F0473564371e
Octal10017043570107651446736
Binary1000000111100010001110111101000111110101110010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407823; }

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

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

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

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

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

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

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

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