#457821

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

Shades of Bilbao #457821

Tints of Bilbao #457821

Color information

#457821 (or 0x457821) is unknown color: approx Bilbao. HEX triplet: 45, 78 and 21. RGB value is (69,120,33). Sum of RGB (Red+Green+Blue) = 69+120+33=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #457821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457821 is #BA87DE. Grayscale: #5F5F5F. Windows color (decimal): -12224479 or 2193477. OLE color: 2193477.

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

Color convert

RGB6912033-
CMYK0.4200.720.53
HSL95.17º56.86%30%-
HSV(B)95.17º72.5%47.06%-
XYZ9.4514.813.8-
YUV94.8393.1109.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=31.08%
G=54.05%
B=14.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69120330.4200.720.5395.1756.8630
Hex4578212A048355f391e
Octal10517041520110651377136
Binary1000101111100010000110101001001000110101101111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457821; }

 p { color: rgb(69,120,33); }

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

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

 a { background-color: rgb(69,120,33); }

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

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

 span { border-color: rgb(69,120,33); }

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