#389E10

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

Shades of La Palma #389E10

Tints of La Palma #389E10

Color information

#389E10 (or 0x389E10) is unknown color: approx La Palma. HEX triplet: 38, 9E and 10. RGB value is (56,158,16). Sum of RGB (Red+Green+Blue) = 56+158+16=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 158 (62.11% from 255 or 68.70% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 158 - color contains mainly: green. Hex color #389E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389E10 is #C761EF. Grayscale: #6F6F6F. Windows color (decimal): -13066736 or 1089080. OLE color: 1089080.

HSL color Cylindrical-coordinate representation of color #389E10: hue angle of 103.1º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #389E10 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB5615816-
CMYK0.6500.900.38
HSL103.1º81.61%34.12%-
HSV(B)103.1º89.87%61.96%-
XYZ13.9525.334.64-
YUV111.3174.2188.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 158 (62.11% from 255) = 68.70%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=24.35%
G=68.70%
B=6.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56158160.6500.900.38103.181.6134.12
Hex389E104105A26675222
Octal702362010101324614712242
Binary111000100111101000010000010101101010011011001111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,158,16); }

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

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

 a { background-color: rgb(56,158,16); }

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

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

 span { border-color: rgb(56,158,16); }

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