#399D2C

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

Shades of La Palma #399D2C

Tints of La Palma #399D2C

Color information

#399D2C (or 0x399D2C) is unknown color: approx La Palma. HEX triplet: 39, 9D and 2C. RGB value is (57,157,44). Sum of RGB (Red+Green+Blue) = 57+157+44=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 157 (61.72% from 255 or 60.85% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 157 - color contains mainly: green. Hex color #399D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D2C is #C662D3. Grayscale: #727272. Windows color (decimal): -13001428 or 2923833. OLE color: 2923833.

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

Color convert

RGB5715744-
CMYK0.6400.720.38
HSL113.1º56.22%39.41%-
HSV(B)113.1º71.97%61.57%-
XYZ14.225.176.49-
YUV114.2288.3787.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 157 (61.72% from 255) = 60.85%
BLUE value IS 44 (17.58% from 255) = 17.05%
R=22.09%
G=60.85%
B=17.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57157440.6400.720.38113.156.2239.41
Hex399D2C4004826713827
Octal71235541000110461617047
Binary111001100111011011001000000010010001001101110001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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