Html Css Color HEX #419220 La Palma

📋 copy color: '#419220'

red 65 ◦ green 146 ◦ blue 32

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

Shades of La Palma #419220

Tints of La Palma #419220

RGB

 RED value IS 65 (25.78% from 255) = 26.75%

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

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

R = 26.75%
G = 60.08%
B = 13.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#419220 (or 0x419220) is known color: La Palma. HEX triplet: 41, 92 and 20. RGB value is (65,146,32). Sum of RGB (Red+Green+Blue) = 65+146+32=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #419220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419220 is #BE6DDF. Grayscale: #6D6D6D. Windows color (decimal): -12479968 or 2134593. OLE color: 2134593.

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

Color convert

RGB 65 146 32 -
CMYK 0.55 0 0.78 0.43
HSL 102.63º 0.64% 0.35% -
HSV(B) 102.63º 0.78% 0.57% -
XYZ 12.72 21.79 4.9 -
YUV 108.79 84.66 96.77 -
System Red Green Blue C M Y K H S L
Decimal 65 146 32 0.55 0 0.78 0.43 102.63 0.64 0.35
Hex 41 92 20 37 0 4E 2B 67 40 23
Octal 101 222 40 67 0 116 53 147 100 43
Binary 1000001 10010010 100000 110111 0 1001110 101011 1100111 1000000 100011

Color Harmonies of #419220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419220

Black with #419220

Text Example


Text Example

White with #419220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419220; }

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

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

background-color css

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

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

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

border-color css

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

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

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