Html Css Color HEX #419124 La Palma

📋 copy color: '#419124'

red 65 ◦ green 145 ◦ blue 36

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

Shades of La Palma #419124

Tints of La Palma #419124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 26.42%
G = 58.94%
B = 14.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#419124 (or 0x419124) is known color: La Palma. HEX triplet: 41, 91 and 24. RGB value is (65,145,36). Sum of RGB (Red+Green+Blue) = 65+145+36=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 145 (57.03% from 255 or 58.94% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 145 - color contains mainly: green. Hex color #419124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419124 is #BE6EDB. Grayscale: #6D6D6D. Windows color (decimal): -12480220 or 2396481. OLE color: 2396481.

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

Color convert

RGB 65 145 36 -
CMYK 0.55 0 0.75 0.43
HSL 104.04º 0.6% 0.35% -
HSV(B) 104.04º 0.75% 0.57% -
XYZ 12.62 21.5 5.15 -
YUV 108.65 87 96.86 -
System Red Green Blue C M Y K H S L
Decimal 65 145 36 0.55 0 0.75 0.43 104.04 0.6 0.35
Hex 41 91 24 37 0 4B 2B 68 3C 23
Octal 101 221 44 67 0 113 53 150 74 43
Binary 1000001 10010001 100100 110111 0 1001011 101011 1101000 111100 100011

Color Harmonies of #419124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419124

Black with #419124

Text Example


Text Example

White with #419124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419124; }

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

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

background-color css

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

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

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

border-color css

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

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

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