Html Css Color HEX #5B7326 Dark Olive Green

📋 copy color: '#5B7326'

red 91 ◦ green 115 ◦ blue 38

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

Shades of Dark Olive Green #5B7326

Tints of Dark Olive Green #5B7326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

 BLUE value IS 38 (15.23% from 255) = 15.57%

R = 37.3%
G = 47.13%
B = 15.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#5B7326 (or 0x5B7326) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 26. RGB value is (91,115,38). Sum of RGB (Red+Green+Blue) = 91+115+38=244 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.30% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7326 is #A48CD9. Grayscale: #636363. Windows color (decimal): -10783962 or 2519899. OLE color: 2519899.

HSL color Cylindrical-coordinate representation of color #5B7326: hue angle of 78.7º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B7326 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 115 38 -
CMYK 0.21 0 0.67 0.55
HSL 78.7º 0.5% 0.3% -
HSV(B) 78.7º 0.67% 0.45% -
XYZ 10.79 14.63 4.09 -
YUV 99.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 91 115 38 0.21 0 0.67 0.55 78.7 0.5 0.3
Hex 5B 73 26 15 0 43 37 4F 32 1E
Octal 133 163 46 25 0 103 67 117 62 36
Binary 1011011 1110011 100110 10101 0 1000011 110111 1001111 110010 11110

Color Harmonies of #5B7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7326

Black with #5B7326

Text Example


Text Example

White with #5B7326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,115,38); }

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

background-color css

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

 a { background-color: rgb(91,115,38); }

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

border-color css

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

 span { border-color: rgb(91,115,38); }

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