#389E16

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

Shades of La Palma #389E16

Tints of La Palma #389E16

Color information

#389E16 (or 0x389E16) is unknown color: approx La Palma. HEX triplet: 38, 9E and 16. RGB value is (56,158,22). Sum of RGB (Red+Green+Blue) = 56+158+22=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #389E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389E16 is #C761E9. Grayscale: #707070. Windows color (decimal): -13066730 or 1482296. OLE color: 1482296.

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

Color convert

RGB5615822-
CMYK0.6500.860.38
HSL105º75.56%35.29%-
HSV(B)105º86.08%61.96%-
XYZ1425.354.91-
YUV11277.2188.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.73%
GREEN value IS 158 (62.11% from 255) = 66.95%
BLUE value IS 22 (8.98% from 255) = 9.32%
R=23.73%
G=66.95%
B=9.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56158220.6500.860.3810575.5635.29
Hex389E164105626694c23
Octal702362610101264615111443
Binary111000100111101011010000010101011010011011010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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