Html Css Color HEX #5C7329 Dark Olive Green

📋 copy color: '#5C7329'

red 92 ◦ green 115 ◦ blue 41

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

Shades of Dark Olive Green #5C7329

Tints of Dark Olive Green #5C7329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 37.1%
G = 46.37%
B = 16.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#5C7329 (or 0x5C7329) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 29. RGB value is (92,115,41). Sum of RGB (Red+Green+Blue) = 92+115+41=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7329 is #A38CD6. Grayscale: #636363. Windows color (decimal): -10718423 or 2716508. OLE color: 2716508.

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

Color convert

RGB 92 115 41 -
CMYK 0.20 0 0.64 0.55
HSL 78.65º 0.47% 0.31% -
HSV(B) 78.65º 0.64% 0.45% -
XYZ 10.94 14.7 4.36 -
YUV 99.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 92 115 41 0.20 0 0.64 0.55 78.65 0.47 0.31
Hex 5C 73 29 14 0 40 37 4F 2F 1F
Octal 134 163 51 24 0 100 67 117 57 37
Binary 1011100 1110011 101001 10100 0 1000000 110111 1001111 101111 11111

Color Harmonies of #5C7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7329

Black with #5C7329

Text Example


Text Example

White with #5C7329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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