Html Css Color HEX #449120 La Palma

📋 copy color: '#449120'

red 68 ◦ green 145 ◦ blue 32

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

Shades of La Palma #449120

Tints of La Palma #449120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 27.76%
G = 59.18%
B = 13.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#449120 (or 0x449120) is known color: La Palma. HEX triplet: 44, 91 and 20. RGB value is (68,145,32). Sum of RGB (Red+Green+Blue) = 68+145+32=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #449120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449120 is #BB6EDF. Grayscale: #6D6D6D. Windows color (decimal): -12283616 or 2134340. OLE color: 2134340.

HSL color Cylindrical-coordinate representation of color #449120: hue angle of 100.88º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #449120 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 32 -
CMYK 0.53 0 0.78 0.43
HSL 100.89º 0.64% 0.35% -
HSV(B) 100.89º 0.78% 0.57% -
XYZ 12.77 21.58 4.86 -
YUV 109.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 68 145 32 0.53 0 0.78 0.43 100.89 0.64 0.35
Hex 44 91 20 35 0 4E 2B 65 40 23
Octal 104 221 40 65 0 116 53 145 100 43
Binary 1000100 10010001 100000 110101 0 1001110 101011 1100101 1000000 100011

Color Harmonies of #449120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449120

Black with #449120

Text Example


Text Example

White with #449120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449120; }

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

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

background-color css

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

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

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

border-color css

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

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

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