#399D10

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

Shades of La Palma #399D10

Tints of La Palma #399D10

Color information

#399D10 (or 0x399D10) is unknown color: approx La Palma. HEX triplet: 39, 9D and 10. RGB value is (57,157,16). Sum of RGB (Red+Green+Blue) = 57+157+16=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 157 (61.72% from 255 or 68.26% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 157 - color contains mainly: green. Hex color #399D10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399D10 is #C662EF. Grayscale: #6F6F6F. Windows color (decimal): -13001456 or 1088825. OLE color: 1088825.

HSL color Cylindrical-coordinate representation of color #399D10: hue angle of 102.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #399D10 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB5715716-
CMYK0.6400.900.38
HSL102.55º81.5%33.92%-
HSV(B)102.55º89.81%61.57%-
XYZ13.8425.024.59-
YUV111.0374.3789.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 157 (61.72% from 255) = 68.26%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=24.78%
G=68.26%
B=6.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57157160.6400.900.38102.5581.533.92
Hex399D104005A26675222
Octal712352010001324614712242
Binary111001100111011000010000000101101010011011001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399D10; }

 p { color: rgb(57,157,16); }

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

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

 a { background-color: rgb(57,157,16); }

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

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

 span { border-color: rgb(57,157,16); }

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