#44704D

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

Shades of Killarney #44704D

Tints of Killarney #44704D

Color information

#44704D (or 0x44704D) is unknown color: approx Killarney. HEX triplet: 44, 70 and 4D. RGB value is (68,112,77). Sum of RGB (Red+Green+Blue) = 68+112+77=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #44704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44704D is #BB8FB2. Grayscale: #5E5E5E. Windows color (decimal): -12292019 or 5075012. OLE color: 5075012.

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

Color convert

RGB6811277-
CMYK0.3900.310.56
HSL132.27º24.44%35.29%-
HSV(B)132.27º39.29%43.92%-
XYZ9.5213.359.1-
YUV94.85117.92108.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=26.46%
G=43.58%
B=29.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112770.3900.310.56132.2724.4435.29
Hex44704D2701F38841823
Octal10416011547037702043043
Binary1000100111000010011011001110111111110001000010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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