Html Css Color HEX #5B7233 Dark Olive Green

📋 copy color: '#5B7233'

red 91 ◦ green 114 ◦ blue 51

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

Shades of Dark Olive Green #5B7233

Tints of Dark Olive Green #5B7233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.92%

R = 35.55%
G = 44.53%
B = 19.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#5B7233 (or 0x5B7233) is known color: Dark Olive Green. HEX triplet: 5B, 72 and 33. RGB value is (91,114,51). Sum of RGB (Red+Green+Blue) = 91+114+51=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7233 is #A48DCC. Grayscale: #646464. Windows color (decimal): -10784205 or 3371611. OLE color: 3371611.

HSL color Cylindrical-coordinate representation of color #5B7233: hue angle of 81.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B7233 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 114 51 -
CMYK 0.20 0 0.55 0.55
HSL 81.9º 0.38% 0.32% -
HSV(B) 81.9º 0.55% 0.45% -
XYZ 10.93 14.5 5.35 -
YUV 99.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 91 114 51 0.20 0 0.55 0.55 81.9 0.38 0.32
Hex 5B 72 33 14 0 37 37 52 26 20
Octal 133 162 63 24 0 67 67 122 46 40
Binary 1011011 1110010 110011 10100 0 110111 110111 1010010 100110 100000

Color Harmonies of #5B7233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7233

Black with #5B7233

Text Example


Text Example

White with #5B7233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,114,51); }

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

background-color css

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

 a { background-color: rgb(91,114,51); }

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

border-color css

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

 span { border-color: rgb(91,114,51); }

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