#5E7B2C

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

Shades of Dark Olive Green #5E7B2C

Tints of Dark Olive Green #5E7B2C

Color information

#5E7B2C (or 0x5E7B2C) is unknown color: approx Dark Olive Green. HEX triplet: 5E, 7B and 2C. RGB value is (94,123,44). Sum of RGB (Red+Green+Blue) = 94+123+44=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #5E7B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7B2C is #A184D3. Grayscale: #696969. Windows color (decimal): -10585300 or 2915166. OLE color: 2915166.

HSL color Cylindrical-coordinate representation of color #5E7B2C: hue angle of 82.03º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E7B2C is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB9412344-
CMYK0.2400.640.52
HSL82.03º47.31%32.75%-
HSV(B)82.03º64.23%48.24%-
XYZ12.1516.734.97-
YUV105.3293.39119.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 44 (17.58% from 255) = 16.86%
R=36.02%
G=47.13%
B=16.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94123440.2400.640.5282.0347.3132.75
Hex5E7B2C1804034522f21
Octal13617354300100641225741
Binary1011110111101110110011000010000001101001010010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,44); }

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

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

 a { background-color: rgb(94,123,44); }

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

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

 span { border-color: rgb(94,123,44); }

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