#45764C

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

Shades of Killarney #45764C

Tints of Killarney #45764C

Color information

#45764C (or 0x45764C) is unknown color: approx Killarney. HEX triplet: 45, 76 and 4C. RGB value is (69,118,76). Sum of RGB (Red+Green+Blue) = 69+118+76=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #45764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45764C is #BA89B3. Grayscale: #626262. Windows color (decimal): -12224948 or 5011013. OLE color: 5011013.

HSL color Cylindrical-coordinate representation of color #45764C: hue angle of 128.57º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45764C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB6911876-
CMYK0.4200.360.54
HSL128.57º26.2%36.67%-
HSV(B)128.57º41.53%46.27%-
XYZ10.2414.749.14-
YUV98.56115.27106.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 118 (46.48% from 255) = 44.87%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=26.24%
G=44.87%
B=28.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118760.4200.360.54128.5726.236.67
Hex45764C2A02436811a25
Octal10516611452044662013245
Binary10001011110110100110010101001001001101101000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45764C; }

 p { color: rgb(69,118,76); }

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

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

 a { background-color: rgb(69,118,76); }

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

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

 span { border-color: rgb(69,118,76); }

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