#399F30

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

Shades of La Palma #399F30

Tints of La Palma #399F30

Color information

#399F30 (or 0x399F30) is unknown color: approx La Palma. HEX triplet: 39, 9F and 30. RGB value is (57,159,48). Sum of RGB (Red+Green+Blue) = 57+159+48=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #399F30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F30 is #C660CF. Grayscale: #747474. Windows color (decimal): -13000912 or 3186489. OLE color: 3186489.

HSL color Cylindrical-coordinate representation of color #399F30: hue angle of 115.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #399F30 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB5715948-
CMYK0.6400.700.38
HSL115.14º53.62%40.59%-
HSV(B)115.14º69.81%62.35%-
XYZ14.6225.887.02-
YUV115.8589.7186.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 159 (62.5% from 255) = 60.23%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=21.59%
G=60.23%
B=18.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159480.6400.700.38115.1453.6240.59
Hex399F304004626733629
Octal71237601000106461636651
Binary111001100111111100001000000010001101001101110011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,159,48); }

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

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

 a { background-color: rgb(57,159,48); }

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

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

 span { border-color: rgb(57,159,48); }

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