#45724F

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

Shades of Killarney #45724F

Tints of Killarney #45724F

Color information

#45724F (or 0x45724F) is unknown color: approx Killarney. HEX triplet: 45, 72 and 4F. RGB value is (69,114,79). Sum of RGB (Red+Green+Blue) = 69+114+79=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #45724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45724F is #BA8DB0. Grayscale: #606060. Windows color (decimal): -12225969 or 5206597. OLE color: 5206597.

HSL color Cylindrical-coordinate representation of color #45724F: hue angle of 133.33º 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 #45724F is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB6911479-
CMYK0.3900.310.55
HSL133.33º24.59%35.88%-
HSV(B)133.33º39.47%44.71%-
XYZ9.8813.869.55-
YUV96.56118.09108.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=26.34%
G=43.51%
B=30.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114790.3900.310.55133.3324.5935.88
Hex45724F2701F37851924
Octal10516211747037672053144
Binary1000101111001010011111001110111111101111000010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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