Html Css Color HEX #5C6D31 Dark Olive Green

📋 copy color: '#5C6D31'

red 92 ◦ green 109 ◦ blue 49

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

Shades of Dark Olive Green #5C6D31

Tints of Dark Olive Green #5C6D31

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 36.8%
G = 43.6%
B = 19.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#5C6D31 (or 0x5C6D31) is known color: Dark Olive Green. HEX triplet: 5C, 6D and 31. RGB value is (92,109,49). Sum of RGB (Red+Green+Blue) = 92+109+49=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6D31 is #A392CE. Grayscale: #616161. Windows color (decimal): -10719951 or 3239260. OLE color: 3239260.

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

Color convert

RGB 92 109 49 -
CMYK 0.16 0 0.55 0.57
HSL 77º 0.38% 0.31% -
HSV(B) 77º 0.55% 0.43% -
XYZ 10.44 13.43 4.95 -
YUV 97.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 92 109 49 0.16 0 0.55 0.57 77 0.38 0.31
Hex 5C 6D 31 10 0 37 39 4D 26 1F
Octal 134 155 61 20 0 67 71 115 46 37
Binary 1011100 1101101 110001 10000 0 110111 111001 1001101 100110 11111

Color Harmonies of #5C6D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6D31

Black with #5C6D31

Text Example


Text Example

White with #5C6D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,109,49); }

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

background-color css

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

 a { background-color: rgb(92,109,49); }

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

border-color css

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

 span { border-color: rgb(92,109,49); }

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