Html Css Color HEX #5B6D35 Dark Olive Green

📋 copy color: '#5B6D35'

red 91 ◦ green 109 ◦ blue 53

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

Shades of Dark Olive Green #5B6D35

Tints of Dark Olive Green #5B6D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.08%

 BLUE value IS 53 (21.09% from 255) = 20.95%

R = 35.97%
G = 43.08%
B = 20.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#5B6D35 (or 0x5B6D35) is known color: Dark Olive Green. HEX triplet: 5B, 6D and 35. RGB value is (91,109,53). Sum of RGB (Red+Green+Blue) = 91+109+53=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6D35 is #A492CA. Grayscale: #616161. Windows color (decimal): -10785483 or 3501403. OLE color: 3501403.

HSL color Cylindrical-coordinate representation of color #5B6D35: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6D35 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 109 53 -
CMYK 0.17 0 0.51 0.57
HSL 79.29º 0.35% 0.32% -
HSV(B) 79.29º 0.51% 0.43% -
XYZ 10.43 13.42 5.41 -
YUV 97.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 91 109 53 0.17 0 0.51 0.57 79.29 0.35 0.32
Hex 5B 6D 35 11 0 33 39 4F 23 20
Octal 133 155 65 21 0 63 71 117 43 40
Binary 1011011 1101101 110101 10001 0 110011 111001 1001111 100011 100000

Color Harmonies of #5B6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6D35

Black with #5B6D35

Text Example


Text Example

White with #5B6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,109,53); }

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

background-color css

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

 a { background-color: rgb(91,109,53); }

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

border-color css

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

 span { border-color: rgb(91,109,53); }

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