#5C692F

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

Shades of Dark Olive Green #5C692F

Tints of Dark Olive Green #5C692F

Color information

#5C692F (or 0x5C692F) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 69 and 2F. RGB value is (92,105,47). Sum of RGB (Red+Green+Blue) = 92+105+47=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #5C692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C692F is #A396D0. Grayscale: #5E5E5E. Windows color (decimal): -10720977 or 3107164. OLE color: 3107164.

HSL color Cylindrical-coordinate representation of color #5C692F: hue angle of 73.45º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C692F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB9210547-
CMYK0.1200.550.59
HSL73.45º38.16%29.8%-
HSV(B)73.45º55.24%41.18%-
XYZ9.9812.584.59-
YUV94.5101.19126.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=37.70%
G=43.03%
B=19.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92105470.1200.550.5973.4538.1629.8
Hex5C692FC0373B49261e
Octal1341515714067731114636
Binary1011100110100110111111000110111111011100100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,47); }

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

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

 a { background-color: rgb(92,105,47); }

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

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

 span { border-color: rgb(92,105,47); }

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