#457825

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

Shades of Bilbao #457825

Tints of Bilbao #457825

Color information

#457825 (or 0x457825) is unknown color: approx Bilbao. HEX triplet: 45, 78 and 25. RGB value is (69,120,37). Sum of RGB (Red+Green+Blue) = 69+120+37=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #457825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #457825 is #BA87DA. Grayscale: #5F5F5F. Windows color (decimal): -12224475 or 2455621. OLE color: 2455621.

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

Color convert

RGB6912037-
CMYK0.4200.690.53
HSL96.87º52.87%30.78%-
HSV(B)96.87º69.17%47.06%-
XYZ9.514.834.11-
YUV95.2995.1109.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 120 (47.27% from 255) = 53.10%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=30.53%
G=53.10%
B=16.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69120370.4200.690.5396.8752.8730.78
Hex4578252A0453561351f
Octal10517045520105651416537
Binary1000101111100010010110101001000101110101110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457825; }

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

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

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

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

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

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

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

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