Html Css Color HEX #419001 La Palma

📋 copy color: '#419001'

red 65 ◦ green 144 ◦ blue 1

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

Shades of La Palma #419001

Tints of La Palma #419001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 30.95%
G = 68.57%
B = 0.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#419001 (or 0x419001) is known color: La Palma. HEX triplet: 41, 90 and 01. RGB value is (65,144,1). Sum of RGB (Red+Green+Blue) = 65+144+1=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 144 (56.64% from 255 or 68.57% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 144 - color contains mainly: green. Hex color #419001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419001 is #BE6FFE. Grayscale: #686868. Windows color (decimal): -12480511 or 102465. OLE color: 102465.

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

Color convert

RGB 65 144 1 -
CMYK 0.55 0 0.99 0.44
HSL 93.15º 0.99% 0.28% -
HSV(B) 93.15º 0.99% 0.56% -
XYZ 12.16 21.07 3.46 -
YUV 104.08 69.83 100.13 -
System Red Green Blue C M Y K H S L
Decimal 65 144 1 0.55 0 0.99 0.44 93.15 0.99 0.28
Hex 41 90 1 37 0 63 2C 5D 63 1C
Octal 101 220 1 67 0 143 54 135 143 34
Binary 1000001 10010000 1 110111 0 1100011 101100 1011101 1100011 11100

Color Harmonies of #419001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419001

Black with #419001

Text Example


Text Example

White with #419001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419001; }

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

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

background-color css

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

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

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

border-color css

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

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

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