#44744F

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

Shades of Killarney #44744F

Tints of Killarney #44744F

Color information

#44744F (or 0x44744F) is unknown color: approx Killarney. HEX triplet: 44, 74 and 4F. RGB value is (68,116,79). Sum of RGB (Red+Green+Blue) = 68+116+79=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #44744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44744F is #BB8BB0. Grayscale: #616161. Windows color (decimal): -12290993 or 5207108. OLE color: 5207108.

HSL color Cylindrical-coordinate representation of color #44744F: hue angle of 133.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44744F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB6811679-
CMYK0.4100.320.55
HSL133.75º26.09%36.08%-
HSV(B)133.75º41.38%45.49%-
XYZ10.0414.289.63-
YUV97.43117.6107.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=25.86%
G=44.11%
B=30.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116790.4100.320.55133.7526.0936.08
Hex44744F2902037861a24
Octal10416411751040672063244
Binary10001001110100100111110100101000001101111000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,116,79); }

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

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

 a { background-color: rgb(68,116,79); }

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

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

 span { border-color: rgb(68,116,79); }

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