Html Css Color HEX #449532 La Palma

📋 copy color: '#449532'

red 68 ◦ green 149 ◦ blue 50

#449532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #449532

Tints of La Palma #449532

RGB

 RED value IS 68 (26.95% from 255) = 25.47%

 GREEN value IS 149 (58.59% from 255) = 55.81%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 25.47%
G = 55.81%
B = 18.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#449532 (or 0x449532) is known color: La Palma. HEX triplet: 44, 95 and 32. RGB value is (68,149,50). Sum of RGB (Red+Green+Blue) = 68+149+50=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #449532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449532 is #BB6ACD. Grayscale: #717171. Windows color (decimal): -12282574 or 3315012. OLE color: 3315012.

HSL color Cylindrical-coordinate representation of color #449532: hue angle of 109.09º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449532 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 149 50 -
CMYK 0.54 0 0.66 0.42
HSL 109.09º 0.5% 0.39% -
HSV(B) 109.09º 0.66% 0.58% -
XYZ 13.71 22.95 6.73 -
YUV 113.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 68 149 50 0.54 0 0.66 0.42 109.09 0.5 0.39
Hex 44 95 32 36 0 42 2A 6D 32 27
Octal 104 225 62 66 0 102 52 155 62 47
Binary 1000100 10010101 110010 110110 0 1000010 101010 1101101 110010 100111

Color Harmonies of #449532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449532

Black with #449532

Text Example


Text Example

White with #449532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449532; }

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

 H1.HeaderClassName
 {
   color: #449532;
 }
 .AnyTagClassName
 {
   color: #449532;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #449532;
 }
 .BgClassName
 {
   background-color: #449532;
 }
</style>

border-color css

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

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

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