#45714B

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

Shades of Killarney #45714B

Tints of Killarney #45714B

Color information

#45714B (or 0x45714B) is unknown color: approx Killarney. HEX triplet: 45, 71 and 4B. RGB value is (69,113,75). Sum of RGB (Red+Green+Blue) = 69+113+75=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #45714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45714B is #BA8EB4. Grayscale: #5F5F5F. Windows color (decimal): -12226229 or 4944197. OLE color: 4944197.

HSL color Cylindrical-coordinate representation of color #45714B: hue angle of 128.18º 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 #45714B is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB6911375-
CMYK0.3900.340.56
HSL128.18º24.18%35.69%-
HSV(B)128.18º38.94%44.31%-
XYZ9.6313.588.77-
YUV95.51116.42109.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=26.85%
G=43.97%
B=29.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113750.3900.340.56128.1824.1835.69
Hex45714B2702238801824
Octal10516111347042702003044
Binary10001011110001100101110011101000101110001000000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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