Html Css Color HEX #409420 La Palma

📋 copy color: '#409420'

red 64 ◦ green 148 ◦ blue 32

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

Shades of La Palma #409420

Tints of La Palma #409420

RGB

 RED value IS 64 (25.39% from 255) = 26.23%

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

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

R = 26.23%
G = 60.66%
B = 13.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#409420 (or 0x409420) is known color: La Palma. HEX triplet: 40, 94 and 20. RGB value is (64,148,32). Sum of RGB (Red+Green+Blue) = 64+148+32=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #409420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409420 is #BF6BDF. Grayscale: #6E6E6E. Windows color (decimal): -12544992 or 2135104. OLE color: 2135104.

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

Color convert

RGB 64 148 32 -
CMYK 0.57 0 0.78 0.42
HSL 103.45º 0.64% 0.35% -
HSV(B) 103.45º 0.78% 0.58% -
XYZ 12.96 22.37 5 -
YUV 109.66 84.17 95.43 -
System Red Green Blue C M Y K H S L
Decimal 64 148 32 0.57 0 0.78 0.42 103.45 0.64 0.35
Hex 40 94 20 39 0 4E 2A 67 40 23
Octal 100 224 40 71 0 116 52 147 100 43
Binary 1000000 10010100 100000 111001 0 1001110 101010 1100111 1000000 100011

Color Harmonies of #409420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409420

Black with #409420

Text Example


Text Example

White with #409420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409420; }

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

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

background-color css

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

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

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

border-color css

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

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

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