Html Css Color HEX #409400 La Palma

📋 copy color: '#409400'

red 64 ◦ green 148 ◦ blue 0

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

Shades of La Palma #409400

Tints of La Palma #409400

RGB

 RED value IS 64 (25.39% from 255) = 30.19%

 GREEN value IS 148 (58.2% from 255) = 69.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.19%
G = 69.81%
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

#409400 (or 0x409400) is known color: La Palma. HEX triplet: 40, 94 and 00. RGB value is (64,148,0). Sum of RGB (Red+Green+Blue) = 64+148+0=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #409400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409400 is #BF6BFF. Grayscale: #6A6A6A. Windows color (decimal): -12545024 or 37952. OLE color: 37952.

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

Color convert

RGB 64 148 0 -
CMYK 0.57 0 1 0.42
HSL 94.05º 1% 0.29% -
HSV(B) 94.05º 1% 0.58% -
XYZ 12.7 22.27 3.63 -
YUV 106.01 68.17 98.03 -
System Red Green Blue C M Y K H S L
Decimal 64 148 0 0.57 0 1 0.42 94.05 1 0.29
Hex 40 94 0 39 0 64 2A 5E 64 1D
Octal 100 224 0 71 0 144 52 136 144 35
Binary 1000000 10010100 0 111001 0 1100100 101010 1011110 1100100 11101

Color Harmonies of #409400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409400

Black with #409400

Text Example


Text Example

White with #409400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409400; }

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

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

background-color css

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

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

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

border-color css

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

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

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