Html Css Color HEX #419620 La Palma

📋 copy color: '#419620'

red 65 ◦ green 150 ◦ blue 32

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

Shades of La Palma #419620

Tints of La Palma #419620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.73%

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

R = 26.32%
G = 60.73%
B = 12.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#419620 (or 0x419620) is known color: La Palma. HEX triplet: 41, 96 and 20. RGB value is (65,150,32). Sum of RGB (Red+Green+Blue) = 65+150+32=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #419620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419620 is #BE69DF. Grayscale: #6F6F6F. Windows color (decimal): -12478944 or 2135617. OLE color: 2135617.

HSL color Cylindrical-coordinate representation of color #419620: hue angle of 103.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #419620 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 32 -
CMYK 0.57 0 0.79 0.41
HSL 103.22º 0.65% 0.36% -
HSV(B) 103.22º 0.79% 0.59% -
XYZ 13.35 23.04 5.11 -
YUV 111.13 83.34 95.09 -
System Red Green Blue C M Y K H S L
Decimal 65 150 32 0.57 0 0.79 0.41 103.22 0.65 0.36
Hex 41 96 20 39 0 4F 29 67 41 24
Octal 101 226 40 71 0 117 51 147 101 44
Binary 1000001 10010110 100000 111001 0 1001111 101001 1100111 1000001 100100

Color Harmonies of #419620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419620

Black with #419620

Text Example


Text Example

White with #419620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419620; }

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

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

background-color css

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

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

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

border-color css

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

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

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