Html Css Color HEX #5C752C Dark Olive Green

📋 copy color: '#5C752C'

red 92 ◦ green 117 ◦ blue 44

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

Shades of Dark Olive Green #5C752C

Tints of Dark Olive Green #5C752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 36.36%
G = 46.25%
B = 17.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#5C752C (or 0x5C752C) is known color: Dark Olive Green. HEX triplet: 5C, 75 and 2C. RGB value is (92,117,44). Sum of RGB (Red+Green+Blue) = 92+117+44=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #5C752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C752C is #A38AD3. Grayscale: #656565. Windows color (decimal): -10717908 or 2913628. OLE color: 2913628.

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

Color convert

RGB 92 117 44 -
CMYK 0.21 0 0.62 0.54
HSL 80.55º 0.45% 0.32% -
HSV(B) 80.55º 0.62% 0.46% -
XYZ 11.23 15.18 4.72 -
YUV 101.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 92 117 44 0.21 0 0.62 0.54 80.55 0.45 0.32
Hex 5C 75 2C 15 0 3E 36 51 2D 20
Octal 134 165 54 25 0 76 66 121 55 40
Binary 1011100 1110101 101100 10101 0 111110 110110 1010001 101101 100000

Color Harmonies of #5C752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C752C

Black with #5C752C

Text Example


Text Example

White with #5C752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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