#44704A

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

Shades of Killarney #44704A

Tints of Killarney #44704A

Color information

#44704A (or 0x44704A) is unknown color: approx Killarney. HEX triplet: 44, 70 and 4A. RGB value is (68,112,74). Sum of RGB (Red+Green+Blue) = 68+112+74=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #44704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44704A is #BB8FB5. Grayscale: #5E5E5E. Windows color (decimal): -12292022 or 4878404. OLE color: 4878404.

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

Color convert

RGB6811274-
CMYK0.3900.340.56
HSL128.18º24.44%35.29%-
HSV(B)128.18º39.29%43.92%-
XYZ9.4113.318.55-
YUV94.51116.42109.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 112 (44.14% from 255) = 44.09%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=26.77%
G=44.09%
B=29.13%

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
Decimal68112740.3900.340.56128.1824.4435.29
Hex44704A2702238801823
Octal10416011247042702003043
Binary10001001110000100101010011101000101110001000000011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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