#408630

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

Shades of La Palma #408630

Tints of La Palma #408630

Color information

#408630 (or 0x408630) is unknown color: approx La Palma. HEX triplet: 40, 86 and 30. RGB value is (64,134,48). Sum of RGB (Red+Green+Blue) = 64+134+48=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #408630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408630 is #BF79CF. Grayscale: #676767. Windows color (decimal): -12548560 or 3180096. OLE color: 3180096.

HSL color Cylindrical-coordinate representation of color #408630: hue angle of 108.84º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #408630 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB6413448-
CMYK0.5200.640.47
HSL108.84º47.25%35.69%-
HSV(B)108.84º64.18%52.55%-
XYZ11.1718.355.75-
YUV103.2796.8199.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=26.02%
G=54.47%
B=19.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64134480.5200.640.47108.8447.2535.69
Hex408630340402F6d2f24
Octal10020660640100571555744
Binary100000010000110110000110100010000001011111101101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408630; }

 p { color: rgb(64,134,48); }

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

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

 a { background-color: rgb(64,134,48); }

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

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

 span { border-color: rgb(64,134,48); }

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