#44824C

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

Shades of Killarney #44824C

Tints of Killarney #44824C

Color information

#44824C (or 0x44824C) is unknown color: approx Killarney. HEX triplet: 44, 82 and 4C. RGB value is (68,130,76). Sum of RGB (Red+Green+Blue) = 68+130+76=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #44824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44824C is #BB7DB3. Grayscale: #696969. Windows color (decimal): -12287412 or 5014084. OLE color: 5014084.

HSL color Cylindrical-coordinate representation of color #44824C: hue angle of 127.74º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #44824C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB6813076-
CMYK0.4800.420.49
HSL127.74º31.31%38.82%-
HSV(B)127.74º47.69%50.98%-
XYZ11.6717.729.64-
YUV105.31111.46101.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=24.82%
G=47.45%
B=27.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130760.4800.420.49127.7431.3138.82
Hex44824C3002A31801f27
Octal10420211460052612003747
Binary100010010000010100110011000001010101100011000000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44824C; }

 p { color: rgb(68,130,76); }

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

<style>
 a { background-color: #44824C; }

 a { background-color: rgb(68,130,76); }

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

<style>
 span { border-color: #44824C; }

 span { border-color: rgb(68,130,76); }

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