#399E12

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

Shades of La Palma #399E12

Tints of La Palma #399E12

Color information

#399E12 (or 0x399E12) is unknown color: approx La Palma. HEX triplet: 39, 9E and 12. RGB value is (57,158,18). Sum of RGB (Red+Green+Blue) = 57+158+18=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 158 (62.11% from 255 or 67.81% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 158 - color contains mainly: green. Hex color #399E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399E12 is #C661ED. Grayscale: #707070. Windows color (decimal): -13001198 or 1220153. OLE color: 1220153.

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

Color convert

RGB5715818-
CMYK0.6400.890.38
HSL103.29º79.55%34.51%-
HSV(B)103.29º88.61%61.96%-
XYZ14.0225.374.73-
YUV111.8475.0488.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 158 (62.11% from 255) = 67.81%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=24.46%
G=67.81%
B=7.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57158180.6400.890.38103.2979.5534.51
Hex399E124005926675023
Octal712362210001314614712043
Binary111001100111101001010000000101100110011011001111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,158,18); }

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

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

 a { background-color: rgb(57,158,18); }

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

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

 span { border-color: rgb(57,158,18); }

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