#457713

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

Shades of Bilbao #457713

Tints of Bilbao #457713

Color information

#457713 (or 0x457713) is unknown color: approx Bilbao. HEX triplet: 45, 77 and 13. RGB value is (69,119,19). Sum of RGB (Red+Green+Blue) = 69+119+19=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #457713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457713 is #BA88EC. Grayscale: #5D5D5D. Windows color (decimal): -12224749 or 1275717. OLE color: 1275717.

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

Color convert

RGB6911919-
CMYK0.4200.840.53
HSL90º72.46%27.06%-
HSV(B)90º84.03%46.67%-
XYZ9.1714.512.93-
YUV92.6586.44111.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 57.49%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=33.33%
G=57.49%
B=9.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69119190.4200.840.539072.4627.06
Hex4577132A054355a481b
Octal105167235201246513211033
Binary1000101111011110011101010010101001101011011010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457713; }

 p { color: rgb(69,119,19); }

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

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

 a { background-color: rgb(69,119,19); }

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

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

 span { border-color: rgb(69,119,19); }

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