#44744D

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

Shades of Killarney #44744D

Tints of Killarney #44744D

Color information

#44744D (or 0x44744D) is unknown color: approx Killarney. HEX triplet: 44, 74 and 4D. RGB value is (68,116,77). Sum of RGB (Red+Green+Blue) = 68+116+77=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #44744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44744D is #BB8BB2. Grayscale: #616161. Windows color (decimal): -12290995 or 5076036. OLE color: 5076036.

HSL color Cylindrical-coordinate representation of color #44744D: hue angle of 131.25º 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 #44744D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB6811677-
CMYK0.4100.340.55
HSL131.25º26.09%36.08%-
HSV(B)131.25º41.38%45.49%-
XYZ9.9714.269.25-
YUV97.2116.6107.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=26.05%
G=44.44%
B=29.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116770.4100.340.55131.2526.0936.08
Hex44744D2902237831a24
Octal10416411551042672033244
Binary10001001110100100110110100101000101101111000001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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