#5C6A38

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

Shades of Dark Olive Green #5C6A38

Tints of Dark Olive Green #5C6A38

Color information

#5C6A38 (or 0x5C6A38) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 6A and 38. RGB value is (92,106,56). Sum of RGB (Red+Green+Blue) = 92+106+56=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6A38 is #A395C7. Grayscale: #606060. Windows color (decimal): -10720712 or 3697244. OLE color: 3697244.

HSL color Cylindrical-coordinate representation of color #5C6A38: hue angle of 76.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C6A38 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB9210656-
CMYK0.1300.470.58
HSL76.8º30.86%31.76%-
HSV(B)76.8º47.17%41.57%-
XYZ10.2812.875.68-
YUV96.11105.36125.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 106 (41.80% from 255) = 41.73%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=36.22%
G=41.73%
B=22.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92106560.1300.470.5876.830.8631.76
Hex5C6A38D02F3A4d1f20
Octal1341527015057721153740
Binary1011100110101011100011010101111111010100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,106,56); }

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

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

 a { background-color: rgb(92,106,56); }

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

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

 span { border-color: rgb(92,106,56); }

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