Html Css Color HEX #5C752D Dark Olive Green

📋 copy color: '#5C752D'

red 92 ◦ green 117 ◦ blue 45

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

Shades of Dark Olive Green #5C752D

Tints of Dark Olive Green #5C752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.72%

R = 36.22%
G = 46.06%
B = 17.72%

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

#5C752D (or 0x5C752D) is known color: Dark Olive Green. HEX triplet: 5C, 75 and 2D. RGB value is (92,117,45). Sum of RGB (Red+Green+Blue) = 92+117+45=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #5C752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C752D is #A38AD2. Grayscale: #656565. Windows color (decimal): -10717907 or 2979164. OLE color: 2979164.

HSL color Cylindrical-coordinate representation of color #5C752D: hue angle of 80.83º degrees, saturation: 0.44, 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 #5C752D is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 45 -
CMYK 0.21 0 0.62 0.54
HSL 80.83º 0.44% 0.32% -
HSV(B) 80.83º 0.62% 0.46% -
XYZ 11.25 15.19 4.82 -
YUV 101.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 92 117 45 0.21 0 0.62 0.54 80.83 0.44 0.32
Hex 5C 75 2D 15 0 3E 36 51 2C 20
Octal 134 165 55 25 0 76 66 121 54 40
Binary 1011100 1110101 101101 10101 0 111110 110110 1010001 101100 100000

Color Harmonies of #5C752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C752D

Black with #5C752D

Text Example


Text Example

White with #5C752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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