#44844A

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

Shades of Killarney #44844A

Tints of Killarney #44844A

Color information

#44844A (or 0x44844A) is unknown color: approx Killarney. HEX triplet: 44, 84 and 4A. RGB value is (68,132,74). Sum of RGB (Red+Green+Blue) = 68+132+74=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #44844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44844A is #BB7BB5. Grayscale: #6A6A6A. Windows color (decimal): -12286902 or 4883524. OLE color: 4883524.

HSL color Cylindrical-coordinate representation of color #44844A: hue angle of 125.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44844A is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB6813274-
CMYK0.4800.440.48
HSL125.62º32%39.22%-
HSV(B)125.62º48.48%51.76%-
XYZ11.8718.239.37-
YUV106.25109.8100.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=24.82%
G=48.18%
B=27.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132740.4800.440.48125.623239.22
Hex44844A3002C307e2027
Octal10420411260054601764047
Binary100010010000100100101011000001011001100001111110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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