Html Css Color HEX #419010 La Palma

📋 copy color: '#419010'

red 65 ◦ green 144 ◦ blue 16

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

Shades of La Palma #419010

Tints of La Palma #419010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 64%

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

R = 28.89%
G = 64%
B = 7.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#419010 (or 0x419010) is known color: La Palma. HEX triplet: 41, 90 and 10. RGB value is (65,144,16). Sum of RGB (Red+Green+Blue) = 65+144+16=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #419010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419010 is #BE6FEF. Grayscale: #6A6A6A. Windows color (decimal): -12480496 or 1085505. OLE color: 1085505.

HSL color Cylindrical-coordinate representation of color #419010: hue angle of 97.03º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #419010 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 144 16 -
CMYK 0.55 0 0.89 0.44
HSL 97.03º 0.8% 0.31% -
HSV(B) 97.03º 0.89% 0.56% -
XYZ 12.25 21.11 3.92 -
YUV 105.79 77.33 98.91 -
System Red Green Blue C M Y K H S L
Decimal 65 144 16 0.55 0 0.89 0.44 97.03 0.8 0.31
Hex 41 90 10 37 0 59 2C 61 50 1F
Octal 101 220 20 67 0 131 54 141 120 37
Binary 1000001 10010000 10000 110111 0 1011001 101100 1100001 1010000 11111

Color Harmonies of #419010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419010

Black with #419010

Text Example


Text Example

White with #419010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419010; }

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

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

background-color css

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

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

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

border-color css

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

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

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