Html Css Color HEX #419310 La Palma

📋 copy color: '#419310'

red 65 ◦ green 147 ◦ blue 16

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

Shades of La Palma #419310

Tints of La Palma #419310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 64.47%

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

R = 28.51%
G = 64.47%
B = 7.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#419310 (or 0x419310) is known color: La Palma. HEX triplet: 41, 93 and 10. RGB value is (65,147,16). Sum of RGB (Red+Green+Blue) = 65+147+16=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 147 (57.81% from 255 or 64.47% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 147 - color contains mainly: green. Hex color #419310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419310 is #BE6CEF. Grayscale: #6B6B6B. Windows color (decimal): -12479728 or 1086273. OLE color: 1086273.

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

Color convert

RGB 65 147 16 -
CMYK 0.56 0 0.89 0.42
HSL 97.56º 0.8% 0.32% -
HSV(B) 97.56º 0.89% 0.58% -
XYZ 12.71 22.03 4.07 -
YUV 107.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 65 147 16 0.56 0 0.89 0.42 97.56 0.8 0.32
Hex 41 93 10 38 0 59 2A 62 50 20
Octal 101 223 20 70 0 131 52 142 120 40
Binary 1000001 10010011 10000 111000 0 1011001 101010 1100010 1010000 100000

Color Harmonies of #419310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419310

Black with #419310

Text Example


Text Example

White with #419310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419310; }

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

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

background-color css

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

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

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

border-color css

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

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

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