Html Css Color HEX #5C7332 Dark Olive Green

📋 copy color: '#5C7332'

red 92 ◦ green 115 ◦ blue 50

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

Shades of Dark Olive Green #5C7332

Tints of Dark Olive Green #5C7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 35.8%
G = 44.75%
B = 19.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#5C7332 (or 0x5C7332) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 32. RGB value is (92,115,50). Sum of RGB (Red+Green+Blue) = 92+115+50=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7332 is #A38CCD. Grayscale: #646464. Windows color (decimal): -10718414 or 3306332. OLE color: 3306332.

HSL color Cylindrical-coordinate representation of color #5C7332: hue angle of 81.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C7332 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 50 -
CMYK 0.20 0 0.57 0.55
HSL 81.23º 0.39% 0.32% -
HSV(B) 81.23º 0.57% 0.45% -
XYZ 11.12 14.77 5.28 -
YUV 100.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 92 115 50 0.20 0 0.57 0.55 81.23 0.39 0.32
Hex 5C 73 32 14 0 39 37 51 27 20
Octal 134 163 62 24 0 71 67 121 47 40
Binary 1011100 1110011 110010 10100 0 111001 110111 1010001 100111 100000

Color Harmonies of #5C7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7332

Black with #5C7332

Text Example


Text Example

White with #5C7332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,50); }

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

background-color css

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

 a { background-color: rgb(92,115,50); }

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

border-color css

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

 span { border-color: rgb(92,115,50); }

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