Html Css Color HEX #449220 La Palma

📋 copy color: '#449220'

red 68 ◦ green 146 ◦ blue 32

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

Shades of La Palma #449220

Tints of La Palma #449220

RGB

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

 GREEN value IS 146 (57.42% from 255) = 59.35%

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

R = 27.64%
G = 59.35%
B = 13.01%

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

#449220 (or 0x449220) is known color: La Palma. HEX triplet: 44, 92 and 20. RGB value is (68,146,32). Sum of RGB (Red+Green+Blue) = 68+146+32=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #449220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449220 is #BB6DDF. Grayscale: #6E6E6E. Windows color (decimal): -12283360 or 2134596. OLE color: 2134596.

HSL color Cylindrical-coordinate representation of color #449220: hue angle of 101.05º 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 #449220 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 146 32 -
CMYK 0.53 0 0.78 0.43
HSL 101.05º 0.64% 0.35% -
HSV(B) 101.05º 0.78% 0.57% -
XYZ 12.92 21.89 4.91 -
YUV 109.68 84.16 98.27 -
System Red Green Blue C M Y K H S L
Decimal 68 146 32 0.53 0 0.78 0.43 101.05 0.64 0.35
Hex 44 92 20 35 0 4E 2B 65 40 23
Octal 104 222 40 65 0 116 53 145 100 43
Binary 1000100 10010010 100000 110101 0 1001110 101011 1100101 1000000 100011

Color Harmonies of #449220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449220

Black with #449220

Text Example


Text Example

White with #449220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449220; }

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

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

background-color css

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

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

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

border-color css

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

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

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