#408D34

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

Shades of La Palma #408D34

Tints of La Palma #408D34

Color information

#408D34 (or 0x408D34) is unknown color: approx La Palma. HEX triplet: 40, 8D and 34. RGB value is (64,141,52). Sum of RGB (Red+Green+Blue) = 64+141+52=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 141 (55.47% from 255 or 54.86% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 141 - color contains mainly: green. Hex color #408D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D34 is #BF72CB. Grayscale: #6C6C6C. Windows color (decimal): -12546764 or 3444032. OLE color: 3444032.

HSL color Cylindrical-coordinate representation of color #408D34: hue angle of 111.91º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408D34 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB6414152-
CMYK0.5500.630.45
HSL111.91º46.11%37.84%-
HSV(B)111.91º63.12%55.29%-
XYZ12.2620.396.54-
YUV107.8396.4996.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 141 (55.47% from 255) = 54.86%
BLUE value IS 52 (20.70% from 255) = 20.23%
R=24.90%
G=54.86%
B=20.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141520.5500.630.45111.9146.1137.84
Hex408D343703F2D702e26
Octal1002156467077551605646
Binary10000001000110111010011011101111111011011110000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408D34; }

 p { color: rgb(64,141,52); }

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

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

 a { background-color: rgb(64,141,52); }

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

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

 span { border-color: rgb(64,141,52); }

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