Html Css Color HEX #419132 La Palma

📋 copy color: '#419132'

red 65 ◦ green 145 ◦ blue 50

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

Shades of La Palma #419132

Tints of La Palma #419132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.77%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 25%
G = 55.77%
B = 19.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#419132 (or 0x419132) is known color: La Palma. HEX triplet: 41, 91 and 32. RGB value is (65,145,50). Sum of RGB (Red+Green+Blue) = 65+145+50=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #419132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419132 is #BE6ECD. Grayscale: #6E6E6E. Windows color (decimal): -12480206 or 3313985. OLE color: 3313985.

HSL color Cylindrical-coordinate representation of color #419132: hue angle of 110.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419132 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 145 50 -
CMYK 0.55 0 0.66 0.43
HSL 110.53º 0.49% 0.38% -
HSV(B) 110.53º 0.66% 0.57% -
XYZ 12.88 21.6 6.51 -
YUV 110.25 94 95.72 -
System Red Green Blue C M Y K H S L
Decimal 65 145 50 0.55 0 0.66 0.43 110.53 0.49 0.38
Hex 41 91 32 37 0 42 2B 6F 31 26
Octal 101 221 62 67 0 102 53 157 61 46
Binary 1000001 10010001 110010 110111 0 1000010 101011 1101111 110001 100110

Color Harmonies of #419132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419132

Black with #419132

Text Example


Text Example

White with #419132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419132; }

 p { color: rgb(65,145,50); }

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

background-color css

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

 a { background-color: rgb(65,145,50); }

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

border-color css

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

 span { border-color: rgb(65,145,50); }

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