Html Css Color HEX #5B6A38 Dark Olive Green

📋 copy color: '#5B6A38'

red 91 ◦ green 106 ◦ blue 56

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

Shades of Dark Olive Green #5B6A38

Tints of Dark Olive Green #5B6A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

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

R = 35.97%
G = 41.9%
B = 22.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#5B6A38 (or 0x5B6A38) is known color: Dark Olive Green. HEX triplet: 5B, 6A and 38. RGB value is (91,106,56). Sum of RGB (Red+Green+Blue) = 91+106+56=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A38 is #A495C7. Grayscale: #606060. Windows color (decimal): -10786248 or 3697243. OLE color: 3697243.

HSL color Cylindrical-coordinate representation of color #5B6A38: hue angle of 78º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B6A38 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 106 56 -
CMYK 0.14 0 0.47 0.58
HSL 78º 0.31% 0.32% -
HSV(B) 78º 0.47% 0.42% -
XYZ 10.18 12.82 5.68 -
YUV 95.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 91 106 56 0.14 0 0.47 0.58 78 0.31 0.32
Hex 5B 6A 38 E 0 2F 3A 4E 1F 20
Octal 133 152 70 16 0 57 72 116 37 40
Binary 1011011 1101010 111000 1110 0 101111 111010 1001110 11111 100000

Color Harmonies of #5B6A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6A38

Black with #5B6A38

Text Example


Text Example

White with #5B6A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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