#389E0E

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

Shades of La Palma #389E0E

Tints of La Palma #389E0E

Color information

#389E0E (or 0x389E0E) is unknown color: approx La Palma. HEX triplet: 38, 9E and 0E. RGB value is (56,158,14). Sum of RGB (Red+Green+Blue) = 56+158+14=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 158 (62.11% from 255 or 69.30% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 158 - color contains mainly: green. Hex color #389E0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389E0E is #C761F1. Grayscale: #6F6F6F. Windows color (decimal): -13066738 or 958008. OLE color: 958008.

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

Color convert

RGB5615814-
CMYK0.6500.910.38
HSL102.5º83.72%33.73%-
HSV(B)102.5º91.14%61.96%-
XYZ13.9425.334.57-
YUV111.0973.2188.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 158 (62.11% from 255) = 69.30%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=24.56%
G=69.30%
B=6.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56158140.6500.910.38102.583.7233.73
Hex389EE4105B26665422
Octal702361610101334614612442
Binary11100010011110111010000010101101110011011001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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