#45724A

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

Shades of Killarney #45724A

Tints of Killarney #45724A

Color information

#45724A (or 0x45724A) is unknown color: approx Killarney. HEX triplet: 45, 72 and 4A. RGB value is (69,114,74). Sum of RGB (Red+Green+Blue) = 69+114+74=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #45724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45724A is #BA8DB5. Grayscale: #606060. Windows color (decimal): -12225974 or 4878917. OLE color: 4878917.

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

Color convert

RGB6911474-
CMYK0.3900.350.55
HSL126.67º24.59%35.88%-
HSV(B)126.67º39.47%44.71%-
XYZ9.7113.798.63-
YUV95.98115.59108.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=26.85%
G=44.36%
B=28.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114740.3900.350.55126.6724.5935.88
Hex45724A27023377f1924
Octal10516211247043671773144
Binary1000101111001010010101001110100011110111111111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45724A; }

 p { color: rgb(69,114,74); }

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

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

 a { background-color: rgb(69,114,74); }

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

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

 span { border-color: rgb(69,114,74); }

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