Html Css Color HEX #409414 La Palma

📋 copy color: '#409414'

red 64 ◦ green 148 ◦ blue 20

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

Shades of La Palma #409414

Tints of La Palma #409414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 27.59%
G = 63.79%
B = 8.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#409414 (or 0x409414) is known color: La Palma. HEX triplet: 40, 94 and 14. RGB value is (64,148,20). Sum of RGB (Red+Green+Blue) = 64+148+20=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #409414 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409414 is #BF6BEB. Grayscale: #6C6C6C. Windows color (decimal): -12545004 or 1348672. OLE color: 1348672.

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

Color convert

RGB 64 148 20 -
CMYK 0.57 0 0.86 0.42
HSL 99.38º 0.76% 0.33% -
HSV(B) 99.38º 0.86% 0.58% -
XYZ 12.83 22.32 4.29 -
YUV 108.29 78.17 96.41 -
System Red Green Blue C M Y K H S L
Decimal 64 148 20 0.57 0 0.86 0.42 99.38 0.76 0.33
Hex 40 94 14 39 0 56 2A 63 4C 21
Octal 100 224 24 71 0 126 52 143 114 41
Binary 1000000 10010100 10100 111001 0 1010110 101010 1100011 1001100 100001

Color Harmonies of #409414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409414

Black with #409414

Text Example


Text Example

White with #409414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409414; }

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

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

background-color css

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

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

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

border-color css

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

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

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