Html Css Color HEX #5C732E Dark Olive Green

📋 copy color: '#5C732E'

red 92 ◦ green 115 ◦ blue 46

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

Shades of Dark Olive Green #5C732E

Tints of Dark Olive Green #5C732E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 36.36%
G = 45.45%
B = 18.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#5C732E (or 0x5C732E) is known color: Dark Olive Green. HEX triplet: 5C, 73 and 2E. RGB value is (92,115,46). Sum of RGB (Red+Green+Blue) = 92+115+46=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 115 (45.31% from 255 or 45.45% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 115 - color contains mainly: green. Hex color #5C732E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C732E is #A38CD1. Grayscale: #646464. Windows color (decimal): -10718418 or 3044188. OLE color: 3044188.

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

Color convert

RGB 92 115 46 -
CMYK 0.20 0 0.6 0.55
HSL 80º 0.43% 0.32% -
HSV(B) 80º 0.6% 0.45% -
XYZ 11.04 14.73 4.85 -
YUV 100.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 92 115 46 0.20 0 0.6 0.55 80 0.43 0.32
Hex 5C 73 2E 14 0 3C 37 50 2B 20
Octal 134 163 56 24 0 74 67 120 53 40
Binary 1011100 1110011 101110 10100 0 111100 110111 1010000 101011 100000

Color Harmonies of #5C732E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C732E

Black with #5C732E

Text Example


Text Example

White with #5C732E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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