#457450

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

Shades of Killarney #457450

Tints of Killarney #457450

Color information

#457450 (or 0x457450) is unknown color: approx Killarney. HEX triplet: 45, 74 and 50. RGB value is (69,116,80). Sum of RGB (Red+Green+Blue) = 69+116+80=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #457450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457450 is #BA8BAF. Grayscale: #616161. Windows color (decimal): -12225456 or 5272645. OLE color: 5272645.

HSL color Cylindrical-coordinate representation of color #457450: hue angle of 134.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457450 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB6911680-
CMYK0.4100.310.55
HSL134.04º25.41%36.27%-
HSV(B)134.04º40.52%45.49%-
XYZ10.1514.349.82-
YUV97.84117.93107.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=26.04%
G=43.77%
B=30.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116800.4100.310.55134.0425.4136.27
Hex4574502901F37861924
Octal10516412051037672063144
Binary1000101111010010100001010010111111101111000011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457450; }

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

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

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

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

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

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

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

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