#44824F

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

Shades of Killarney #44824F

Tints of Killarney #44824F

Color information

#44824F (or 0x44824F) is unknown color: approx Killarney. HEX triplet: 44, 82 and 4F. RGB value is (68,130,79). Sum of RGB (Red+Green+Blue) = 68+130+79=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #44824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44824F is #BB7DB0. Grayscale: #696969. Windows color (decimal): -12287409 or 5210692. OLE color: 5210692.

HSL color Cylindrical-coordinate representation of color #44824F: hue angle of 130.65º 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 #44824F is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB6813079-
CMYK0.4800.390.49
HSL130.65º31.31%38.82%-
HSV(B)130.65º47.69%50.98%-
XYZ11.7817.7610.2-
YUV105.65112.96101.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=24.55%
G=46.93%
B=28.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130790.4800.390.49130.6531.3138.82
Hex44824F3002731831f27
Octal10420211760047612033747
Binary100010010000010100111111000001001111100011000001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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