#5C6F35

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

Shades of Dark Olive Green #5C6F35

Tints of Dark Olive Green #5C6F35

Color information

#5C6F35 (or 0x5C6F35) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 6F and 35. RGB value is (92,111,53). Sum of RGB (Red+Green+Blue) = 92+111+53=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6F35 is #A390CA. Grayscale: #626262. Windows color (decimal): -10719435 or 3501916. OLE color: 3501916.

HSL color Cylindrical-coordinate representation of color #5C6F35: hue angle of 79.66º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C6F35 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB9211153-
CMYK0.1700.520.56
HSL79.66º35.37%32.16%-
HSV(B)79.66º52.25%43.53%-
XYZ10.7413.95.49-
YUV98.71102.21123.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.94%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=35.94%
G=43.36%
B=20.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92111530.1700.520.5679.6635.3732.16
Hex5C6F351103438502320
Octal1341576521064701204340
Binary101110011011111101011000101101001110001010000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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