Html Css Color HEX #419610 La Palma

📋 copy color: '#419610'

red 65 ◦ green 150 ◦ blue 16

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

Shades of La Palma #419610

Tints of La Palma #419610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.94%

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

R = 28.14%
G = 64.94%
B = 6.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#419610 (or 0x419610) is known color: La Palma. HEX triplet: 41, 96 and 10. RGB value is (65,150,16). Sum of RGB (Red+Green+Blue) = 65+150+16=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #419610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419610 is #BE69EF. Grayscale: #6D6D6D. Windows color (decimal): -12478960 or 1087041. OLE color: 1087041.

HSL color Cylindrical-coordinate representation of color #419610: hue angle of 98.06º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #419610 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 16 -
CMYK 0.57 0 0.89 0.41
HSL 98.06º 0.81% 0.33% -
HSV(B) 98.06º 0.89% 0.59% -
XYZ 13.18 22.97 4.23 -
YUV 109.31 75.34 96.4 -
System Red Green Blue C M Y K H S L
Decimal 65 150 16 0.57 0 0.89 0.41 98.06 0.81 0.33
Hex 41 96 10 39 0 59 29 62 51 21
Octal 101 226 20 71 0 131 51 142 121 41
Binary 1000001 10010110 10000 111001 0 1011001 101001 1100010 1010001 100001

Color Harmonies of #419610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419610

Black with #419610

Text Example


Text Example

White with #419610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419610; }

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

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

background-color css

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

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

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

border-color css

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

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

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