Html Css Color HEX #419212 La Palma

📋 copy color: '#419212'

red 65 ◦ green 146 ◦ blue 18

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

Shades of La Palma #419212

Tints of La Palma #419212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 63.76%

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

R = 28.38%
G = 63.76%
B = 7.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#419212 (or 0x419212) is known color: La Palma. HEX triplet: 41, 92 and 12. RGB value is (65,146,18). Sum of RGB (Red+Green+Blue) = 65+146+18=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #419212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419212 is #BE6DED. Grayscale: #6B6B6B. Windows color (decimal): -12479982 or 1217089. OLE color: 1217089.

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

Color convert

RGB 65 146 18 -
CMYK 0.55 0 0.88 0.43
HSL 97.97º 0.78% 0.32% -
HSV(B) 97.97º 0.88% 0.57% -
XYZ 12.57 21.73 4.1 -
YUV 107.19 77.66 97.91 -
System Red Green Blue C M Y K H S L
Decimal 65 146 18 0.55 0 0.88 0.43 97.97 0.78 0.32
Hex 41 92 12 37 0 58 2B 62 4E 20
Octal 101 222 22 67 0 130 53 142 116 40
Binary 1000001 10010010 10010 110111 0 1011000 101011 1100010 1001110 100000

Color Harmonies of #419212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419212

Black with #419212

Text Example


Text Example

White with #419212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419212; }

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

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

background-color css

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

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

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

border-color css

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

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

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