#45714F

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

Shades of Killarney #45714F

Tints of Killarney #45714F

Color information

#45714F (or 0x45714F) is unknown color: approx Killarney. HEX triplet: 45, 71 and 4F. RGB value is (69,113,79). Sum of RGB (Red+Green+Blue) = 69+113+79=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #45714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45714F is #BA8EB0. Grayscale: #606060. Windows color (decimal): -12226225 or 5206341. OLE color: 5206341.

HSL color Cylindrical-coordinate representation of color #45714F: hue angle of 133.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #45714F is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB6911379-
CMYK0.3900.300.56
HSL133.64º24.18%35.69%-
HSV(B)133.64º38.94%44.31%-
XYZ9.7713.649.51-
YUV95.97118.42108.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 79 (31.25% from 255) = 30.27%
R=26.44%
G=43.30%
B=30.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113790.3900.300.56133.6424.1835.69
Hex45714F2701E38861824
Octal10516111747036702063044
Binary1000101111000110011111001110111101110001000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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