Html Css Color HEX #419200 La Palma

📋 copy color: '#419200'

red 65 ◦ green 146 ◦ blue 0

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

Shades of La Palma #419200

Tints of La Palma #419200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.81%
G = 69.19%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#419200 (or 0x419200) is known color: La Palma. HEX triplet: 41, 92 and 00. RGB value is (65,146,0). Sum of RGB (Red+Green+Blue) = 65+146+0=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 146 (57.42% from 255 or 69.19% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 146 - color contains mainly: green. Hex color #419200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419200 is #BE6DFF. Grayscale: #696969. Windows color (decimal): -12480000 or 37441. OLE color: 37441.

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

Color convert

RGB 65 146 0 -
CMYK 0.55 0 1 0.43
HSL 93.29º 1% 0.29% -
HSV(B) 93.29º 1% 0.57% -
XYZ 12.46 21.68 3.53 -
YUV 105.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 65 146 0 0.55 0 1 0.43 93.29 1 0.29
Hex 41 92 0 37 0 64 2B 5D 64 1D
Octal 101 222 0 67 0 144 53 135 144 35
Binary 1000001 10010010 0 110111 0 1100100 101011 1011101 1100100 11101

Color Harmonies of #419200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419200

Black with #419200

Text Example


Text Example

White with #419200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419200; }

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

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

background-color css

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

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

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

border-color css

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

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

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