Html Css Color HEX #419232 La Palma

📋 copy color: '#419232'

red 65 ◦ green 146 ◦ blue 50

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

Shades of La Palma #419232

Tints of La Palma #419232

RGB

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

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

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

R = 24.9%
G = 55.94%
B = 19.16%

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

#419232 (or 0x419232) is known color: La Palma. HEX triplet: 41, 92 and 32. RGB value is (65,146,50). Sum of RGB (Red+Green+Blue) = 65+146+50=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #419232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419232 is #BE6DCD. Grayscale: #6F6F6F. Windows color (decimal): -12479950 or 3314241. OLE color: 3314241.

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

Color convert

RGB 65 146 50 -
CMYK 0.55 0 0.66 0.43
HSL 110.63º 0.49% 0.38% -
HSV(B) 110.63º 0.66% 0.57% -
XYZ 13.03 21.91 6.56 -
YUV 110.84 93.66 95.31 -
System Red Green Blue C M Y K H S L
Decimal 65 146 50 0.55 0 0.66 0.43 110.63 0.49 0.38
Hex 41 92 32 37 0 42 2B 6F 31 26
Octal 101 222 62 67 0 102 53 157 61 46
Binary 1000001 10010010 110010 110111 0 1000010 101011 1101111 110001 100110

Color Harmonies of #419232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419232

Black with #419232

Text Example


Text Example

White with #419232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419232; }

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

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

background-color css

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

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

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

border-color css

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

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

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