Html Css Color HEX #419A10 La Palma

📋 copy color: '#419A10'

red 65 ◦ green 154 ◦ blue 16

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

Shades of La Palma #419A10

Tints of La Palma #419A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 65.53%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 27.66%
G = 65.53%
B = 6.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#419A10 (or 0x419A10) is known color: La Palma. HEX triplet: 41, 9A and 10. RGB value is (65,154,16). Sum of RGB (Red+Green+Blue) = 65+154+16=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 154 (60.55% from 255 or 65.53% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 154 - color contains mainly: green. Hex color #419A10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419A10 is #BE65EF. Grayscale: #707070. Windows color (decimal): -12477936 or 1088065. OLE color: 1088065.

HSL color Cylindrical-coordinate representation of color #419A10: hue angle of 98.7º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #419A10 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 154 16 -
CMYK 0.58 0 0.90 0.40
HSL 98.7º 0.81% 0.33% -
HSV(B) 98.7º 0.9% 0.6% -
XYZ 13.83 24.27 4.45 -
YUV 111.66 74.01 94.72 -
System Red Green Blue C M Y K H S L
Decimal 65 154 16 0.58 0 0.90 0.40 98.7 0.81 0.33
Hex 41 9A 10 3A 0 5A 28 63 51 21
Octal 101 232 20 72 0 132 50 143 121 41
Binary 1000001 10011010 10000 111010 0 1011010 101000 1100011 1010001 100001

Color Harmonies of #419A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A10

Black with #419A10

Text Example


Text Example

White with #419A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419A10; }

 p { color: rgb(65,154,16); }

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

background-color css

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

 a { background-color: rgb(65,154,16); }

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

border-color css

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

 span { border-color: rgb(65,154,16); }

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