#457D12

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

Shades of Bilbao #457D12

Tints of Bilbao #457D12

Color information

#457D12 (or 0x457D12) is unknown color: approx Bilbao. HEX triplet: 45, 7D and 12. RGB value is (69,125,18). Sum of RGB (Red+Green+Blue) = 69+125+18=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #457D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457D12 is #BA82ED. Grayscale: #606060. Windows color (decimal): -12223214 or 1211717. OLE color: 1211717.

HSL color Cylindrical-coordinate representation of color #457D12: hue angle of 91.4º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #457D12 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB6912518-
CMYK0.4500.860.51
HSL91.4º74.83%28.04%-
HSV(B)91.4º85.6%49.02%-
XYZ9.915.983.13-
YUV96.0683.95108.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 125 (49.22% from 255) = 58.96%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=32.55%
G=58.96%
B=8.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69125180.4500.860.5191.474.8328.04
Hex457D122D056335b4b1c
Octal105175225501266313311334
Binary1000101111110110010101101010101101100111011011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457D12; }

 p { color: rgb(69,125,18); }

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

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

 a { background-color: rgb(69,125,18); }

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

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

 span { border-color: rgb(69,125,18); }

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