#5C6A34

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

Shades of Dark Olive Green #5C6A34

Tints of Dark Olive Green #5C6A34

Color information

#5C6A34 (or 0x5C6A34) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 6A and 34. RGB value is (92,106,52). Sum of RGB (Red+Green+Blue) = 92+106+52=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #5C6A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6A34 is #A395CB. Grayscale: #5F5F5F. Windows color (decimal): -10720716 or 3435100. OLE color: 3435100.

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

Color convert

RGB9210652-
CMYK0.1300.510.58
HSL75.56º34.18%30.98%-
HSV(B)75.56º50.94%41.57%-
XYZ10.1912.835.19-
YUV95.66103.36125.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=36.8%
G=42.4%
B=20.8%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92106520.1300.510.5875.5634.1830.98
Hex5C6A34D0333A4c221f
Octal1341526415063721144237
Binary1011100110101011010011010110011111010100110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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