#389F14

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

Shades of La Palma #389F14

Tints of La Palma #389F14

Color information

#389F14 (or 0x389F14) is unknown color: approx La Palma. HEX triplet: 38, 9F and 14. RGB value is (56,159,20). Sum of RGB (Red+Green+Blue) = 56+159+20=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #389F14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389F14 is #C760EB. Grayscale: #707070. Windows color (decimal): -13066476 or 1351480. OLE color: 1351480.

HSL color Cylindrical-coordinate representation of color #389F14: hue angle of 104.46º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #389F14 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.

Color convert

RGB5615920-
CMYK0.6500.870.38
HSL104.46º77.65%35.1%-
HSV(B)104.46º87.42%62.35%-
XYZ14.1625.694.87-
YUV112.3675.8887.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.83%
GREEN value IS 159 (62.5% from 255) = 67.66%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=23.83%
G=67.66%
B=8.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159200.6500.870.38104.4677.6535.1
Hex389F144105726684e23
Octal702372410101274615011643
Binary111000100111111010010000010101011110011011010001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F14; }

 p { color: rgb(56,159,20); }

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

<style>
 a { background-color: #389F14; }

 a { background-color: rgb(56,159,20); }

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

<style>
 span { border-color: #389F14; }

 span { border-color: rgb(56,159,20); }

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