#44913D

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

Shades of La Palma #44913D

Tints of La Palma #44913D

Color information

#44913D (or 0x44913D) is unknown color: approx La Palma. HEX triplet: 44, 91 and 3D. RGB value is (68,145,61). Sum of RGB (Red+Green+Blue) = 68+145+61=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #44913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44913D is #BB6EC2. Grayscale: #707070. Windows color (decimal): -12283587 or 4034884. OLE color: 4034884.

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

Color convert

RGB6814561-
CMYK0.5300.580.43
HSL115º40.78%40.39%-
HSV(B)115º57.93%56.86%-
XYZ13.3521.827.92-
YUV112.498.9996.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 61 (24.22% from 255) = 22.26%
R=24.82%
G=52.92%
B=22.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145610.5300.580.4311540.7840.39
Hex44913D3503A2B732928
Octal1042217565072531635150
Binary10001001001000111110111010101110101010111110011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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