#399f1f

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

Shades of La Palma #399F1F

Tints of La Palma #399F1F

Color information

#399F1F (or 0x399F1F) is unknown color: approx La Palma. HEX triplet: 39, 9F and 1F. RGB value is (57,159,31). Sum of RGB (Red+Green+Blue) = 57+159+31=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #399F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F1F is #C660E0. Grayscale: #727272. Windows color (decimal): -13000929 or 2072377. OLE color: 2072377.

HSL color Cylindrical-coordinate representation of color #399F1F: hue angle of 107.81º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #399F1F is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB5715931-
CMYK0.6400.810.38
HSL107.81º67.37%37.25%-
HSV(B)107.81º80.5%62.35%-
XYZ14.3325.775.51-
YUV113.9181.2187.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.08%
GREEN value IS 159 (62.5% from 255) = 64.37%
BLUE value IS 31 (12.5% from 255) = 12.55%
R=23.08%
G=64.37%
B=12.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159310.6400.810.38107.8167.3737.25
Hex399F1F40051266c4325
Octal712373710001214615410345
Binary111001100111111111110000000101000110011011011001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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