#45704D

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

Shades of Killarney #45704D

Tints of Killarney #45704D

Color information

#45704D (or 0x45704D) is unknown color: approx Killarney. HEX triplet: 45, 70 and 4D. RGB value is (69,112,77). Sum of RGB (Red+Green+Blue) = 69+112+77=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #45704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45704D is #BA8FB2. Grayscale: #5F5F5F. Windows color (decimal): -12226483 or 5075013. OLE color: 5075013.

HSL color Cylindrical-coordinate representation of color #45704D: hue angle of 131.16º 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 #45704D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB6911277-
CMYK0.3800.310.56
HSL131.16º23.76%35.49%-
HSV(B)131.16º38.39%43.92%-
XYZ9.5913.399.1-
YUV95.15117.75109.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=26.74%
G=43.41%
B=29.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112770.3800.310.56131.1623.7635.49
Hex45704D2601F38831823
Octal10516011546037702033043
Binary1000101111000010011011001100111111110001000001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45704D; }

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

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

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

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

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

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

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

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