#44704E

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

Shades of Killarney #44704E

Tints of Killarney #44704E

Color information

#44704E (or 0x44704E) is unknown color: approx Killarney. HEX triplet: 44, 70 and 4E. RGB value is (68,112,78). Sum of RGB (Red+Green+Blue) = 68+112+78=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #44704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44704E is #BB8FB1. Grayscale: #5F5F5F. Windows color (decimal): -12292018 or 5140548. OLE color: 5140548.

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

Color convert

RGB6811278-
CMYK0.3900.300.56
HSL133.64º24.44%35.29%-
HSV(B)133.64º39.29%43.92%-
XYZ9.5513.379.28-
YUV94.97118.42108.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 78 (30.86% from 255) = 30.23%
R=26.36%
G=43.41%
B=30.23%

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
Decimal68112780.3900.300.56133.6424.4435.29
Hex44704E2701E38861823
Octal10416011647036702063043
Binary1000100111000010011101001110111101110001000011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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