#389B13

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

Shades of La Palma #389B13

Tints of La Palma #389B13

Color information

#389B13 (or 0x389B13) is unknown color: approx La Palma. HEX triplet: 38, 9B and 13. RGB value is (56,155,19). Sum of RGB (Red+Green+Blue) = 56+155+19=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #389B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389B13 is #C764EC. Grayscale: #6E6E6E. Windows color (decimal): -13067501 or 1284920. OLE color: 1284920.

HSL color Cylindrical-coordinate representation of color #389B13: hue angle of 103.68º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #389B13 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB5615519-
CMYK0.6400.880.39
HSL103.68º78.16%34.12%-
HSV(B)103.68º87.74%60.78%-
XYZ13.4724.334.6-
YUV109.976.789.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 155 (60.94% from 255) = 67.39%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=24.35%
G=67.39%
B=8.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155190.6400.880.39103.6878.1634.12
Hex389B134005827684e22
Octal702332310001304715011642
Binary111000100110111001110000000101100010011111010001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,155,19); }

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

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

 a { background-color: rgb(56,155,19); }

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

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

 span { border-color: rgb(56,155,19); }

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