Html Css Color HEX #5B6938 Dark Olive Green

📋 copy color: '#5B6938'

red 91 ◦ green 105 ◦ blue 56

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

Shades of Dark Olive Green #5B6938

Tints of Dark Olive Green #5B6938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 56 (22.27% from 255) = 22.22%

R = 36.11%
G = 41.67%
B = 22.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#5B6938 (or 0x5B6938) is known color: Dark Olive Green. HEX triplet: 5B, 69 and 38. RGB value is (91,105,56). Sum of RGB (Red+Green+Blue) = 91+105+56=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 56 (22.27% from 255 or 22.22% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6938 is #A496C7. Grayscale: #5F5F5F. Windows color (decimal): -10786504 or 3696987. OLE color: 3696987.

HSL color Cylindrical-coordinate representation of color #5B6938: hue angle of 77.14º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B6938 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 105 56 -
CMYK 0.13 0 0.47 0.59
HSL 77.14º 0.3% 0.32% -
HSV(B) 77.14º 0.47% 0.41% -
XYZ 10.08 12.61 5.64 -
YUV 95.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 91 105 56 0.13 0 0.47 0.59 77.14 0.3 0.32
Hex 5B 69 38 D 0 2F 3B 4D 1E 20
Octal 133 151 70 15 0 57 73 115 36 40
Binary 1011011 1101001 111000 1101 0 101111 111011 1001101 11110 100000

Color Harmonies of #5B6938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6938

Black with #5B6938

Text Example


Text Example

White with #5B6938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,105,56); }

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

background-color css

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

 a { background-color: rgb(91,105,56); }

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

border-color css

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

 span { border-color: rgb(91,105,56); }

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