#409602

Color #409602 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #409602

Tints of La Palma #409602

Color information

#409602 (or 0x409602) is unknown color: approx La Palma. HEX triplet: 40, 96 and 02. RGB value is (64,150,2). Sum of RGB (Red+Green+Blue) = 64+150+2=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 150 (58.98% from 255 or 69.44% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 150 - color contains mainly: green. Hex color #409602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409602 is #BF69FD. Grayscale: #6B6B6B. Windows color (decimal): -12544510 or 169536. OLE color: 169536.

HSL color Cylindrical-coordinate representation of color #409602: hue angle of 94.86º 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 #409602 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB641502-
CMYK0.5700.990.41
HSL94.86º97.37%29.8%-
HSV(B)94.86º98.67%58.82%-
XYZ13.0322.913.79-
YUV107.4168.5197.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 150 (58.98% from 255) = 69.44%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=29.63%
G=69.44%
B=0.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6415020.5700.990.4194.8697.3729.8
Hex4096239063295f611e
Octal10022627101435113714136
Binary10000001001011010111001011000111010011011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409602; }

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

 H1.HeaderClassName
 {
   color: #409602;
 }
 .AnyTagClassName
 {
   color: #409602;
 }
</style>
background-color css

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

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

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

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

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

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