#5D7C26

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

Shades of Dark Olive Green #5D7C26

Tints of Dark Olive Green #5D7C26

Color information

#5D7C26 (or 0x5D7C26) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 7C and 26. RGB value is (93,124,38). Sum of RGB (Red+Green+Blue) = 93+124+38=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C26 is #A283D9. Grayscale: #696969. Windows color (decimal): -10650586 or 2522205. OLE color: 2522205.

HSL color Cylindrical-coordinate representation of color #5D7C26: hue angle of 81.63º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D7C26 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB9312438-
CMYK0.2500.690.51
HSL81.63º53.09%31.76%-
HSV(B)81.63º69.35%48.63%-
XYZ12.0716.884.46-
YUV104.9390.23119.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.47%
GREEN value IS 124 (48.83% from 255) = 48.63%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=36.47%
G=48.63%
B=14.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93124380.2500.690.5181.6353.0931.76
Hex5D7C261904533523520
Octal13517446310105631226540
Binary1011101111110010011011001010001011100111010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,38); }

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

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

 a { background-color: rgb(93,124,38); }

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

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

 span { border-color: rgb(93,124,38); }

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