Html Css Color HEX #5C752E Dark Olive Green

📋 copy color: '#5C752E'

red 92 ◦ green 117 ◦ blue 46

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

Shades of Dark Olive Green #5C752E

Tints of Dark Olive Green #5C752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 36.08%
G = 45.88%
B = 18.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#5C752E (or 0x5C752E) is known color: Dark Olive Green. HEX triplet: 5C, 75 and 2E. RGB value is (92,117,46). Sum of RGB (Red+Green+Blue) = 92+117+46=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #5C752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C752E is #A38AD1. Grayscale: #656565. Windows color (decimal): -10717906 or 3044700. OLE color: 3044700.

HSL color Cylindrical-coordinate representation of color #5C752E: hue angle of 81.13º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C752E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 46 -
CMYK 0.21 0 0.61 0.54
HSL 81.13º 0.44% 0.32% -
HSV(B) 81.13º 0.61% 0.46% -
XYZ 11.27 15.2 4.92 -
YUV 101.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 92 117 46 0.21 0 0.61 0.54 81.13 0.44 0.32
Hex 5C 75 2E 15 0 3D 36 51 2C 20
Octal 134 165 56 25 0 75 66 121 54 40
Binary 1011100 1110101 101110 10101 0 111101 110110 1010001 101100 100000

Color Harmonies of #5C752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C752E

Black with #5C752E

Text Example


Text Example

White with #5C752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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