#5C7733

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

Shades of Dark Olive Green #5C7733

Tints of Dark Olive Green #5C7733

Color information

#5C7733 (or 0x5C7733) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 77 and 33. RGB value is (92,119,51). Sum of RGB (Red+Green+Blue) = 92+119+51=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7733 is #A388CC. Grayscale: #676767. Windows color (decimal): -10717389 or 3372892. OLE color: 3372892.

HSL color Cylindrical-coordinate representation of color #5C7733: hue angle of 83.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C7733 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB9211951-
CMYK0.2300.570.53
HSL83.82º40%33.33%-
HSV(B)83.82º57.14%46.67%-
XYZ11.6115.715.55-
YUV103.1798.55120.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=35.11%
G=45.42%
B=19.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92119510.2300.570.5383.824033.33
Hex5C77331703935542821
Octal1341676327071651245041
Binary101110011101111100111011101110011101011010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,119,51); }

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

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

 a { background-color: rgb(92,119,51); }

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

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

 span { border-color: rgb(92,119,51); }

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