#5E7038

Color #5E7038 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5E7038

Tints of Dark Olive Green #5E7038

Color information

#5E7038 (or 0x5E7038) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 70 and 38. RGB value is (94,112,56). Sum of RGB (Red+Green+Blue) = 94+112+56=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7038 is #A18FC7. Grayscale: #646464. Windows color (decimal): -10588104 or 3698782. OLE color: 3698782.

HSL color Cylindrical-coordinate representation of color #5E7038: hue angle of 79.29º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E7038 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB9411256-
CMYK0.1600.500.56
HSL79.29º33.33%32.94%-
HSV(B)79.29º50%43.92%-
XYZ11.1214.255.91-
YUV100.23103.04123.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.88%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=35.88%
G=42.75%
B=21.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94112560.1600.500.5679.2933.3332.94
Hex5E703810032384f2121
Octal1361607020062701174141
Binary101111011100001110001000001100101110001001111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E7038; }

 p { color: rgb(94,112,56); }

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

<style>
 a { background-color: #5E7038; }

 a { background-color: rgb(94,112,56); }

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

<style>
 span { border-color: #5E7038; }

 span { border-color: rgb(94,112,56); }

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