Html Css Color HEX #419012 La Palma

📋 copy color: '#419012'

red 65 ◦ green 144 ◦ blue 18

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

Shades of La Palma #419012

Tints of La Palma #419012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 28.63%
G = 63.44%
B = 7.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#419012 (or 0x419012) is known color: La Palma. HEX triplet: 41, 90 and 12. RGB value is (65,144,18). Sum of RGB (Red+Green+Blue) = 65+144+18=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #419012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419012 is #BE6FED. Grayscale: #6A6A6A. Windows color (decimal): -12480494 or 1216577. OLE color: 1216577.

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

Color convert

RGB 65 144 18 -
CMYK 0.55 0 0.88 0.44
HSL 97.62º 0.78% 0.32% -
HSV(B) 97.62º 0.88% 0.56% -
XYZ 12.26 21.11 4 -
YUV 106.02 78.33 98.75 -
System Red Green Blue C M Y K H S L
Decimal 65 144 18 0.55 0 0.88 0.44 97.62 0.78 0.32
Hex 41 90 12 37 0 58 2C 62 4E 20
Octal 101 220 22 67 0 130 54 142 116 40
Binary 1000001 10010000 10010 110111 0 1011000 101100 1100010 1001110 100000

Color Harmonies of #419012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419012

Black with #419012

Text Example


Text Example

White with #419012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419012; }

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

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

background-color css

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

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

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

border-color css

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

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

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