Html Css Color HEX #5C6E37 Dark Olive Green

📋 copy color: '#5C6E37'

red 92 ◦ green 110 ◦ blue 55

#5C6E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #5C6E37

Tints of Dark Olive Green #5C6E37

RGB

 RED value IS 92 (36.33% from 255) = 35.8%

 GREEN value IS 110 (43.36% from 255) = 42.8%

 BLUE value IS 55 (21.88% from 255) = 21.4%

R = 35.8%
G = 42.8%
B = 21.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#5C6E37 (or 0x5C6E37) is known color: Dark Olive Green. HEX triplet: 5C, 6E and 37. RGB value is (92,110,55). Sum of RGB (Red+Green+Blue) = 92+110+55=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #5C6E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6E37 is #A391C8. Grayscale: #626262. Windows color (decimal): -10719689 or 3632732. OLE color: 3632732.

HSL color Cylindrical-coordinate representation of color #5C6E37: hue angle of 79.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C6E37 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 92 110 55 -
CMYK 0.16 0 0.5 0.57
HSL 79.64º 0.33% 0.32% -
HSV(B) 79.64º 0.5% 0.43% -
XYZ 10.68 13.7 5.7 -
YUV 98.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 92 110 55 0.16 0 0.5 0.57 79.64 0.33 0.32
Hex 5C 6E 37 10 0 32 39 50 21 20
Octal 134 156 67 20 0 62 71 120 41 40
Binary 1011100 1101110 110111 10000 0 110010 111001 1010000 100001 100000

Color Harmonies of #5C6E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6E37

Black with #5C6E37

Text Example


Text Example

White with #5C6E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,110,55); }

 H1.HeaderClassName
 {
   color: #5C6E37;
 }
 .AnyTagClassName
 {
   color: #5C6E37;
 }
</style>

background-color css

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

 a { background-color: rgb(92,110,55); }

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

border-color css

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

 span { border-color: rgb(92,110,55); }

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