#399A2F

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

Shades of La Palma #399A2F

Tints of La Palma #399A2F

Color information

#399A2F (or 0x399A2F) is unknown color: approx La Palma. HEX triplet: 39, 9A and 2F. RGB value is (57,154,47). Sum of RGB (Red+Green+Blue) = 57+154+47=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 154 (60.55% from 255 or 59.69% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 154 - color contains mainly: green. Hex color #399A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A2F is #C665D0. Grayscale: #717171. Windows color (decimal): -13002193 or 3119673. OLE color: 3119673.

HSL color Cylindrical-coordinate representation of color #399A2F: hue angle of 114.39º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #399A2F is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB5715447-
CMYK0.6300.690.40
HSL114.39º53.23%39.41%-
HSV(B)114.39º69.48%60.39%-
XYZ13.7624.196.63-
YUV112.890.8688.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 154 (60.55% from 255) = 59.69%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=22.09%
G=59.69%
B=18.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57154470.6300.690.40114.3953.2339.41
Hex399A2F3F04528723527
Octal7123257770105501626547
Binary11100110011010101111111111010001011010001110010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,154,47); }

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

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

 a { background-color: rgb(57,154,47); }

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

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

 span { border-color: rgb(57,154,47); }

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