Html Css Color HEX #409514 La Palma

📋 copy color: '#409514'

red 64 ◦ green 149 ◦ blue 20

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

Shades of La Palma #409514

Tints of La Palma #409514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 63.95%

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

R = 27.47%
G = 63.95%
B = 8.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#409514 (or 0x409514) is known color: La Palma. HEX triplet: 40, 95 and 14. RGB value is (64,149,20). Sum of RGB (Red+Green+Blue) = 64+149+20=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #409514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409514 is #BF6AEB. Grayscale: #6D6D6D. Windows color (decimal): -12544748 or 1348928. OLE color: 1348928.

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

Color convert

RGB 64 149 20 -
CMYK 0.57 0 0.87 0.42
HSL 99.53º 0.76% 0.33% -
HSV(B) 99.53º 0.87% 0.58% -
XYZ 12.99 22.64 4.35 -
YUV 108.88 77.84 95.99 -
System Red Green Blue C M Y K H S L
Decimal 64 149 20 0.57 0 0.87 0.42 99.53 0.76 0.33
Hex 40 95 14 39 0 57 2A 64 4C 21
Octal 100 225 24 71 0 127 52 144 114 41
Binary 1000000 10010101 10100 111001 0 1010111 101010 1100100 1001100 100001

Color Harmonies of #409514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409514

Black with #409514

Text Example


Text Example

White with #409514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409514; }

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

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

background-color css

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

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

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

border-color css

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

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

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