Html Css Color HEX #419301 La Palma

📋 copy color: '#419301'

red 65 ◦ green 147 ◦ blue 1

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

Shades of La Palma #419301

Tints of La Palma #419301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 69.01%

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

R = 30.52%
G = 69.01%
B = 0.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#419301 (or 0x419301) is known color: La Palma. HEX triplet: 41, 93 and 01. RGB value is (65,147,1). Sum of RGB (Red+Green+Blue) = 65+147+1=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #419301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419301 is #BE6CFE. Grayscale: #6A6A6A. Windows color (decimal): -12479743 or 103233. OLE color: 103233.

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

Color convert

RGB 65 147 1 -
CMYK 0.56 0 0.99 0.42
HSL 93.7º 0.99% 0.29% -
HSV(B) 93.7º 0.99% 0.58% -
XYZ 12.62 21.99 3.61 -
YUV 105.84 68.83 98.87 -
System Red Green Blue C M Y K H S L
Decimal 65 147 1 0.56 0 0.99 0.42 93.7 0.99 0.29
Hex 41 93 1 38 0 63 2A 5E 63 1D
Octal 101 223 1 70 0 143 52 136 143 35
Binary 1000001 10010011 1 111000 0 1100011 101010 1011110 1100011 11101

Color Harmonies of #419301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419301

Black with #419301

Text Example


Text Example

White with #419301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419301; }

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

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

background-color css

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

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

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

border-color css

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

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

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