#449D34

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

Shades of La Palma #449D34

Tints of La Palma #449D34

Color information

#449D34 (or 0x449D34) is unknown color: approx La Palma. HEX triplet: 44, 9D and 34. RGB value is (68,157,52). Sum of RGB (Red+Green+Blue) = 68+157+52=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #449D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D34 is #BB62CB. Grayscale: #767676. Windows color (decimal): -12280524 or 3448132. OLE color: 3448132.

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

Color convert

RGB6815752-
CMYK0.5700.670.38
HSL110.86º50.24%40.98%-
HSV(B)110.86º66.88%61.57%-
XYZ15.0625.597.39-
YUV118.4290.5192.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 157 (61.72% from 255) = 56.68%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=24.55%
G=56.68%
B=18.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68157520.5700.670.38110.8650.2440.98
Hex449D3439043266f3229
Octal10423564710103461576251
Binary100010010011101110100111001010000111001101101111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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