#409500

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

Shades of La Palma #409500

Tints of La Palma #409500

Color information

#409500 (or 0x409500) is unknown color: approx La Palma. HEX triplet: 40, 95 and 00. RGB value is (64,149,0). Sum of RGB (Red+Green+Blue) = 64+149+0=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #409500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409500 is #BF6AFF. Grayscale: #6B6B6B. Windows color (decimal): -12544768 or 38208. OLE color: 38208.

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

Color convert

RGB641490-
CMYK0.57010.42
HSL94.23º100%29.22%-
HSV(B)94.23º100%58.43%-
XYZ12.8622.583.68-
YUV106.667.8497.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.05%
G=69.95%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6414900.57010.4294.2310029.22
Hex40950390642A5e641d
Octal10022507101445213614435
Binary1000000100101010111001011001001010101011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409500; }

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

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

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

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

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

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

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

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