#457050

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

Shades of Killarney #457050

Tints of Killarney #457050

Color information

#457050 (or 0x457050) is unknown color: approx Killarney. HEX triplet: 45, 70 and 50. RGB value is (69,112,80). Sum of RGB (Red+Green+Blue) = 69+112+80=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #457050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457050 is #BA8FAF. Grayscale: #5F5F5F. Windows color (decimal): -12226480 or 5271621. OLE color: 5271621.

HSL color Cylindrical-coordinate representation of color #457050: hue angle of 135.35º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #457050 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB6911280-
CMYK0.3800.290.56
HSL135.35º23.76%35.49%-
HSV(B)135.35º38.39%43.92%-
XYZ9.713.439.67-
YUV95.5119.25109.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 112 (44.14% from 255) = 42.91%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=26.44%
G=42.91%
B=30.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112800.3800.290.56135.3523.7635.49
Hex4570502601D38871823
Octal10516012046035702073043
Binary1000101111000010100001001100111011110001000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457050; }

 p { color: rgb(69,112,80); }

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

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

 a { background-color: rgb(69,112,80); }

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

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

 span { border-color: rgb(69,112,80); }

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