#5C6835

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

Shades of Dark Olive Green #5C6835

Tints of Dark Olive Green #5C6835

Color information

#5C6835 (or 0x5C6835) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 68 and 35. RGB value is (92,104,53). Sum of RGB (Red+Green+Blue) = 92+104+53=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #5C6835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6835 is #A397CA. Grayscale: #5E5E5E. Windows color (decimal): -10721227 or 3500124. OLE color: 3500124.

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

Color convert

RGB9210453-
CMYK0.1200.490.59
HSL74.12º32.48%30.78%-
HSV(B)74.12º49.04%40.78%-
XYZ10.0112.435.24-
YUV94.6104.52126.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=36.95%
G=41.77%
B=21.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92104530.1200.490.5974.1232.4830.78
Hex5C6835C0313B4a201f
Octal1341506514061731124037
Binary1011100110100011010111000110001111011100101010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,104,53); }

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

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

 a { background-color: rgb(92,104,53); }

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

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

 span { border-color: rgb(92,104,53); }

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