Html Css Color HEX #419214 La Palma

📋 copy color: '#419214'

red 65 ◦ green 146 ◦ blue 20

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

Shades of La Palma #419214

Tints of La Palma #419214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 28.14%
G = 63.2%
B = 8.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#419214 (or 0x419214) is known color: La Palma. HEX triplet: 41, 92 and 14. RGB value is (65,146,20). Sum of RGB (Red+Green+Blue) = 65+146+20=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #419214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419214 is #BE6DEB. Grayscale: #6B6B6B. Windows color (decimal): -12479980 or 1348161. OLE color: 1348161.

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

Color convert

RGB 65 146 20 -
CMYK 0.55 0 0.86 0.43
HSL 98.57º 0.76% 0.33% -
HSV(B) 98.57º 0.86% 0.57% -
XYZ 12.59 21.73 4.19 -
YUV 107.42 78.66 97.75 -
System Red Green Blue C M Y K H S L
Decimal 65 146 20 0.55 0 0.86 0.43 98.57 0.76 0.33
Hex 41 92 14 37 0 56 2B 63 4C 21
Octal 101 222 24 67 0 126 53 143 114 41
Binary 1000001 10010010 10100 110111 0 1010110 101011 1100011 1001100 100001

Color Harmonies of #419214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419214

Black with #419214

Text Example


Text Example

White with #419214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419214; }

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

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

background-color css

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

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

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

border-color css

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

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

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