#409501

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

Shades of La Palma #409501

Tints of La Palma #409501

Color information

#409501 (or 0x409501) is unknown color: approx La Palma. HEX triplet: 40, 95 and 01. RGB value is (64,149,1). Sum of RGB (Red+Green+Blue) = 64+149+1=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #409501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409501 is #BF6AFE. Grayscale: #6B6B6B. Windows color (decimal): -12544767 or 103744. OLE color: 103744.

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

Color convert

RGB641491-
CMYK0.5700.990.42
HSL94.46º98.67%29.41%-
HSV(B)94.46º99.33%58.43%-
XYZ12.8722.593.71-
YUV106.7168.3497.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 149 (58.59% from 255) = 69.63%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=29.91%
G=69.63%
B=0.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6414910.5700.990.4294.4698.6729.41
Hex40951390632A5e631d
Octal10022517101435213614335
Binary1000000100101011111001011000111010101011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409501; }

 p { color: rgb(64,149,1); }

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

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

 a { background-color: rgb(64,149,1); }

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

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

 span { border-color: rgb(64,149,1); }

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