Html Css Color HEX #5C7528 Dark Olive Green

📋 copy color: '#5C7528'

red 92 ◦ green 117 ◦ blue 40

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

Shades of Dark Olive Green #5C7528

Tints of Dark Olive Green #5C7528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 36.95%
G = 46.99%
B = 16.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#5C7528 (or 0x5C7528) is known color: Dark Olive Green. HEX triplet: 5C, 75 and 28. RGB value is (92,117,40). Sum of RGB (Red+Green+Blue) = 92+117+40=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7528 is #A38AD7. Grayscale: #656565. Windows color (decimal): -10717912 or 2651484. OLE color: 2651484.

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

Color convert

RGB 92 117 40 -
CMYK 0.21 0 0.66 0.54
HSL 79.48º 0.49% 0.31% -
HSV(B) 79.48º 0.66% 0.46% -
XYZ 11.16 15.15 4.34 -
YUV 100.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 92 117 40 0.21 0 0.66 0.54 79.48 0.49 0.31
Hex 5C 75 28 15 0 42 36 4F 31 1F
Octal 134 165 50 25 0 102 66 117 61 37
Binary 1011100 1110101 101000 10101 0 1000010 110110 1001111 110001 11111

Color Harmonies of #5C7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7528

Black with #5C7528

Text Example


Text Example

White with #5C7528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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