Html Css Color HEX #419320 La Palma

📋 copy color: '#419320'

red 65 ◦ green 147 ◦ blue 32

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

Shades of La Palma #419320

Tints of La Palma #419320

RGB

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

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

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

R = 26.64%
G = 60.25%
B = 13.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#419320 (or 0x419320) is known color: La Palma. HEX triplet: 41, 93 and 20. RGB value is (65,147,32). Sum of RGB (Red+Green+Blue) = 65+147+32=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #419320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419320 is #BE6CDF. Grayscale: #6D6D6D. Windows color (decimal): -12479712 or 2134849. OLE color: 2134849.

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

Color convert

RGB 65 147 32 -
CMYK 0.56 0 0.78 0.42
HSL 102.78º 0.64% 0.35% -
HSV(B) 102.78º 0.78% 0.58% -
XYZ 12.87 22.1 4.95 -
YUV 109.37 84.33 96.35 -
System Red Green Blue C M Y K H S L
Decimal 65 147 32 0.56 0 0.78 0.42 102.78 0.64 0.35
Hex 41 93 20 38 0 4E 2A 67 40 23
Octal 101 223 40 70 0 116 52 147 100 43
Binary 1000001 10010011 100000 111000 0 1001110 101010 1100111 1000000 100011

Color Harmonies of #419320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419320

Black with #419320

Text Example


Text Example

White with #419320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419320; }

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

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

background-color css

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

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

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

border-color css

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

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

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