#457F01

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

Shades of Bilbao #457F01

Tints of Bilbao #457F01

Color information

#457F01 (or 0x457F01) is unknown color: approx Bilbao. HEX triplet: 45, 7F and 01. RGB value is (69,127,1). Sum of RGB (Red+Green+Blue) = 69+127+1=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 127 (50% from 255 or 64.47% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 127 - color contains mainly: green. Hex color #457F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457F01 is #BA80FE. Grayscale: #5F5F5F. Windows color (decimal): -12222719 or 98117. OLE color: 98117.

HSL color Cylindrical-coordinate representation of color #457F01: hue angle of 87.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #457F01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB691271-
CMYK0.4600.990.50
HSL87.62º98.44%25.1%-
HSV(B)87.62º99.21%49.8%-
XYZ10.0516.452.67-
YUV95.2974.78109.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 127 (50% from 255) = 64.47%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=35.03%
G=64.47%
B=0.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6912710.4600.990.5087.6298.4425.1
Hex457F12E06332586219
Octal10517715601436213014231
Binary100010111111111101110011000111100101011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,1); }

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

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

 a { background-color: rgb(69,127,1); }

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

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

 span { border-color: rgb(69,127,1); }

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