Html Css Color HEX #449020 La Palma

📋 copy color: '#449020'

red 68 ◦ green 144 ◦ blue 32

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

Shades of La Palma #449020

Tints of La Palma #449020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 59.02%

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

R = 27.87%
G = 59.02%
B = 13.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#449020 (or 0x449020) is known color: La Palma. HEX triplet: 44, 90 and 20. RGB value is (68,144,32). Sum of RGB (Red+Green+Blue) = 68+144+32=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #449020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449020 is #BB6FDF. Grayscale: #6C6C6C. Windows color (decimal): -12283872 or 2134084. OLE color: 2134084.

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

Color convert

RGB 68 144 32 -
CMYK 0.53 0 0.78 0.44
HSL 100.71º 0.64% 0.35% -
HSV(B) 100.71º 0.78% 0.56% -
XYZ 12.62 21.28 4.81 -
YUV 108.51 84.82 99.11 -
System Red Green Blue C M Y K H S L
Decimal 68 144 32 0.53 0 0.78 0.44 100.71 0.64 0.35
Hex 44 90 20 35 0 4E 2C 65 40 23
Octal 104 220 40 65 0 116 54 145 100 43
Binary 1000100 10010000 100000 110101 0 1001110 101100 1100101 1000000 100011

Color Harmonies of #449020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449020

Black with #449020

Text Example


Text Example

White with #449020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449020; }

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

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

background-color css

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

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

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

border-color css

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

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

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