#44913B

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

Shades of La Palma #44913B

Tints of La Palma #44913B

Color information

#44913B (or 0x44913B) is unknown color: approx La Palma. HEX triplet: 44, 91 and 3B. RGB value is (68,145,59). Sum of RGB (Red+Green+Blue) = 68+145+59=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #44913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44913B is #BB6EC4. Grayscale: #707070. Windows color (decimal): -12283589 or 3903812. OLE color: 3903812.

HSL color Cylindrical-coordinate representation of color #44913B: hue angle of 113.72º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44913B is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB6814559-
CMYK0.5300.590.43
HSL113.72º42.16%40%-
HSV(B)113.72º59.31%56.86%-
XYZ13.321.87.64-
YUV112.1797.9996.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=25%
G=53.31%
B=21.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145590.5300.590.43113.7242.1640
Hex44913B3503B2B722a28
Octal1042217365073531625250
Binary10001001001000111101111010101110111010111110010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,145,59); }

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

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

 a { background-color: rgb(68,145,59); }

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

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

 span { border-color: rgb(68,145,59); }

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