#399C14

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

Shades of La Palma #399C14

Tints of La Palma #399C14

Color information

#399C14 (or 0x399C14) is unknown color: approx La Palma. HEX triplet: 39, 9C and 14. RGB value is (57,156,20). Sum of RGB (Red+Green+Blue) = 57+156+20=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #399C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399C14 is #C663EB. Grayscale: #6F6F6F. Windows color (decimal): -13001708 or 1350713. OLE color: 1350713.

HSL color Cylindrical-coordinate representation of color #399C14: hue angle of 103.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #399C14 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB5715620-
CMYK0.6300.870.39
HSL103.68º77.27%34.51%-
HSV(B)103.68º87.18%61.18%-
XYZ13.724.74.71-
YUV110.8976.789.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 156 (61.33% from 255) = 66.95%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=24.46%
G=66.95%
B=8.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57156200.6300.870.39103.6877.2734.51
Hex399C143F05727684d23
Octal71234247701274715011543
Binary11100110011100101001111110101011110011111010001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,156,20); }

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

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

 a { background-color: rgb(57,156,20); }

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

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

 span { border-color: rgb(57,156,20); }

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