#45704E

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

Shades of Killarney #45704E

Tints of Killarney #45704E

Color information

#45704E (or 0x45704E) is unknown color: approx Killarney. HEX triplet: 45, 70 and 4E. RGB value is (69,112,78). Sum of RGB (Red+Green+Blue) = 69+112+78=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #45704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45704E is #BA8FB1. Grayscale: #5F5F5F. Windows color (decimal): -12226482 or 5140549. OLE color: 5140549.

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

Color convert

RGB6911278-
CMYK0.3800.300.56
HSL132.56º23.76%35.49%-
HSV(B)132.56º38.39%43.92%-
XYZ9.6213.49.29-
YUV95.27118.25109.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=26.64%
G=43.24%
B=30.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112780.3800.300.56132.5623.7635.49
Hex45704E2601E38851823
Octal10516011646036702053043
Binary1000101111000010011101001100111101110001000010111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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