Html Css Color HEX #5B7528 Dark Olive Green

📋 copy color: '#5B7528'

red 91 ◦ green 117 ◦ blue 40

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

Shades of Dark Olive Green #5B7528

Tints of Dark Olive Green #5B7528

RGB

 RED value IS 91 (35.94% from 255) = 36.69%

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

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

R = 36.69%
G = 47.18%
B = 16.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#5B7528 (or 0x5B7528) is known color: Dark Olive Green. HEX triplet: 5B, 75 and 28. RGB value is (91,117,40). Sum of RGB (Red+Green+Blue) = 91+117+40=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7528 is #A48AD7. Grayscale: #646464. Windows color (decimal): -10783448 or 2651483. OLE color: 2651483.

HSL color Cylindrical-coordinate representation of color #5B7528: hue angle of 80.26º 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 #5B7528 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 117 40 -
CMYK 0.22 0 0.66 0.54
HSL 80.26º 0.49% 0.31% -
HSV(B) 80.26º 0.66% 0.46% -
XYZ 11.06 15.1 4.34 -
YUV 100.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 91 117 40 0.22 0 0.66 0.54 80.26 0.49 0.31
Hex 5B 75 28 16 0 42 36 50 31 1F
Octal 133 165 50 26 0 102 66 120 61 37
Binary 1011011 1110101 101000 10110 0 1000010 110110 1010000 110001 11111

Color Harmonies of #5B7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7528

Black with #5B7528

Text Example


Text Example

White with #5B7528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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