#44824B

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

Shades of Killarney #44824B

Tints of Killarney #44824B

Color information

#44824B (or 0x44824B) is unknown color: approx Killarney. HEX triplet: 44, 82 and 4B. RGB value is (68,130,75). Sum of RGB (Red+Green+Blue) = 68+130+75=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #44824B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44824B is #BB7DB4. Grayscale: #696969. Windows color (decimal): -12287413 or 4948548. OLE color: 4948548.

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

Color convert

RGB6813075-
CMYK0.4800.420.49
HSL126.77º31.31%38.82%-
HSV(B)126.77º47.69%50.98%-
XYZ11.6417.79.46-
YUV105.19110.96101.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=24.91%
G=47.62%
B=27.47%

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
Decimal68130750.4800.420.49126.7731.3138.82
Hex44824B3002A317f1f27
Octal10420211360052611773747
Binary10001001000001010010111100000101010110001111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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