Html Css Color HEX #419602 La Palma

📋 copy color: '#419602'

red 65 ◦ green 150 ◦ blue 2

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

Shades of La Palma #419602

Tints of La Palma #419602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 69.12%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 29.95%
G = 69.12%
B = 0.92%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#419602 (or 0x419602) is known color: La Palma. HEX triplet: 41, 96 and 02. RGB value is (65,150,2). Sum of RGB (Red+Green+Blue) = 65+150+2=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 150 (58.98% from 255 or 69.12% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 150 - color contains mainly: green. Hex color #419602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419602 is #BE69FD. Grayscale: #6C6C6C. Windows color (decimal): -12478974 or 169537. OLE color: 169537.

HSL color Cylindrical-coordinate representation of color #419602: hue angle of 94.46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #419602 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 150 2 -
CMYK 0.57 0 0.99 0.41
HSL 94.46º 0.97% 0.3% -
HSV(B) 94.46º 0.99% 0.59% -
XYZ 13.1 22.94 3.8 -
YUV 107.71 68.34 97.53 -
System Red Green Blue C M Y K H S L
Decimal 65 150 2 0.57 0 0.99 0.41 94.46 0.97 0.3
Hex 41 96 2 39 0 63 29 5E 61 1E
Octal 101 226 2 71 0 143 51 136 141 36
Binary 1000001 10010110 10 111001 0 1100011 101001 1011110 1100001 11110

Color Harmonies of #419602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419602

Black with #419602

Text Example


Text Example

White with #419602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419602; }

 p { color: rgb(65,150,2); }

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

background-color css

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

 a { background-color: rgb(65,150,2); }

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

border-color css

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

 span { border-color: rgb(65,150,2); }

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