Html Css Color HEX #409500 La Palma

📋 copy color: '#409500'

red 64 ◦ green 149 ◦ blue 0

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

Shades of La Palma #409500

Tints of La Palma #409500

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 value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#409500 (or 0x409500) is known color: 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

RGB 64 149 0 -
CMYK 0.57 0 1 0.42
HSL 94.23º 1% 0.29% -
HSV(B) 94.23º 1% 0.58% -
XYZ 12.86 22.58 3.68 -
YUV 106.6 67.84 97.62 -
System Red Green Blue C M Y K H S L
Decimal 64 149 0 0.57 0 1 0.42 94.23 1 0.29
Hex 40 95 0 39 0 64 2A 5E 64 1D
Octal 100 225 0 71 0 144 52 136 144 35
Binary 1000000 10010101 0 111001 0 1100100 101010 1011110 1100100 11101

Color Harmonies of #409500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409500

Black with #409500

Text Example


Text Example

White with #409500

Text Example


Text Example

HTML Codes & Css Web 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>