#449D32

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

Shades of La Palma #449D32

Tints of La Palma #449D32

Color information

#449D32 (or 0x449D32) is unknown color: approx La Palma. HEX triplet: 44, 9D and 32. RGB value is (68,157,50). Sum of RGB (Red+Green+Blue) = 68+157+50=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #449D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D32 is #BB62CD. Grayscale: #767676. Windows color (decimal): -12280526 or 3317060. OLE color: 3317060.

HSL color Cylindrical-coordinate representation of color #449D32: hue angle of 109.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #449D32 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB6815750-
CMYK0.5700.680.38
HSL109.91º51.69%40.59%-
HSV(B)109.91º68.15%61.57%-
XYZ15.0225.577.16-
YUV118.1989.5192.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 157 (61.72% from 255) = 57.09%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=24.73%
G=57.09%
B=18.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68157500.5700.680.38109.9151.6940.59
Hex449D3239044266e3429
Octal10423562710104461566451
Binary100010010011101110010111001010001001001101101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449D32; }

 p { color: rgb(68,157,50); }

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

<style>
 a { background-color: #449D32; }

 a { background-color: rgb(68,157,50); }

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

<style>
 span { border-color: #449D32; }

 span { border-color: rgb(68,157,50); }

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