Html Css Color HEX #449320 La Palma

📋 copy color: '#449320'

red 68 ◦ green 147 ◦ blue 32

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

Shades of La Palma #449320

Tints of La Palma #449320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.51%

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

R = 27.53%
G = 59.51%
B = 12.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#449320 (or 0x449320) is known color: La Palma. HEX triplet: 44, 93 and 20. RGB value is (68,147,32). Sum of RGB (Red+Green+Blue) = 68+147+32=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #449320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449320 is #BB6CDF. Grayscale: #6E6E6E. Windows color (decimal): -12283104 or 2134852. OLE color: 2134852.

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

Color convert

RGB 68 147 32 -
CMYK 0.54 0 0.78 0.42
HSL 101.22º 0.64% 0.35% -
HSV(B) 101.22º 0.78% 0.58% -
XYZ 13.08 22.2 4.96 -
YUV 110.27 83.83 97.85 -
System Red Green Blue C M Y K H S L
Decimal 68 147 32 0.54 0 0.78 0.42 101.22 0.64 0.35
Hex 44 93 20 36 0 4E 2A 65 40 23
Octal 104 223 40 66 0 116 52 145 100 43
Binary 1000100 10010011 100000 110110 0 1001110 101010 1100101 1000000 100011

Color Harmonies of #449320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449320

Black with #449320

Text Example


Text Example

White with #449320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449320; }

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

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

background-color css

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

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

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

border-color css

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

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

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