Html Css Color HEX #449420 La Palma

📋 copy color: '#449420'

red 68 ◦ green 148 ◦ blue 32

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

Shades of La Palma #449420

Tints of La Palma #449420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 59.68%

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

R = 27.42%
G = 59.68%
B = 12.9%

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

#449420 (or 0x449420) is known color: La Palma. HEX triplet: 44, 94 and 20. RGB value is (68,148,32). Sum of RGB (Red+Green+Blue) = 68+148+32=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #449420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449420 is #BB6BDF. Grayscale: #6F6F6F. Windows color (decimal): -12282848 or 2135108. OLE color: 2135108.

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

Color convert

RGB 68 148 32 -
CMYK 0.54 0 0.78 0.42
HSL 101.38º 0.64% 0.35% -
HSV(B) 101.38º 0.78% 0.58% -
XYZ 13.23 22.51 5.01 -
YUV 110.86 83.5 97.43 -
System Red Green Blue C M Y K H S L
Decimal 68 148 32 0.54 0 0.78 0.42 101.38 0.64 0.35
Hex 44 94 20 36 0 4E 2A 65 40 23
Octal 104 224 40 66 0 116 52 145 100 43
Binary 1000100 10010100 100000 110110 0 1001110 101010 1100101 1000000 100011

Color Harmonies of #449420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449420

Black with #449420

Text Example


Text Example

White with #449420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449420; }

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

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

background-color css

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

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

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

border-color css

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

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

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