#44953A

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

Shades of La Palma #44953A

Tints of La Palma #44953A

Color information

#44953A (or 0x44953A) is unknown color: approx La Palma. HEX triplet: 44, 95 and 3A. RGB value is (68,149,58). Sum of RGB (Red+Green+Blue) = 68+149+58=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #44953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44953A is #BB6AC5. Grayscale: #727272. Windows color (decimal): -12282566 or 3839300. OLE color: 3839300.

HSL color Cylindrical-coordinate representation of color #44953A: hue angle of 113.41º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44953A is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB6814958-
CMYK0.5400.610.42
HSL113.41º43.96%40.59%-
HSV(B)113.41º61.07%58.43%-
XYZ13.923.037.72-
YUV114.4196.1694.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=24.73%
G=54.18%
B=21.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149580.5400.610.42113.4143.9640.59
Hex44953A3603D2A712c29
Octal1042257266075521615451
Binary10001001001010111101011011001111011010101110001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44953A; }

 p { color: rgb(68,149,58); }

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

<style>
 a { background-color: #44953A; }

 a { background-color: rgb(68,149,58); }

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

<style>
 span { border-color: #44953A; }

 span { border-color: rgb(68,149,58); }

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