Html Css Color HEX #5C722D Dark Olive Green

📋 copy color: '#5C722D'

red 92 ◦ green 114 ◦ blue 45

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

Shades of Dark Olive Green #5C722D

Tints of Dark Olive Green #5C722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 36.65%
G = 45.42%
B = 17.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#5C722D (or 0x5C722D) is known color: Dark Olive Green. HEX triplet: 5C, 72 and 2D. RGB value is (92,114,45). Sum of RGB (Red+Green+Blue) = 92+114+45=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #5C722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C722D is #A38DD2. Grayscale: #636363. Windows color (decimal): -10718675 or 2978396. OLE color: 2978396.

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

Color convert

RGB 92 114 45 -
CMYK 0.19 0 0.61 0.55
HSL 79.13º 0.43% 0.31% -
HSV(B) 79.13º 0.61% 0.45% -
XYZ 10.9 14.5 4.71 -
YUV 99.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 92 114 45 0.19 0 0.61 0.55 79.13 0.43 0.31
Hex 5C 72 2D 13 0 3D 37 4F 2B 1F
Octal 134 162 55 23 0 75 67 117 53 37
Binary 1011100 1110010 101101 10011 0 111101 110111 1001111 101011 11111

Color Harmonies of #5C722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C722D

Black with #5C722D

Text Example


Text Example

White with #5C722D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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