Html Css Color HEX #5B6136 Saratoga

📋 copy color: '#5B6136'

red 91 ◦ green 97 ◦ blue 54

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

Shades of Saratoga #5B6136

Tints of Saratoga #5B6136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 37.6%
G = 40.08%
B = 22.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5B6136 (or 0x5B6136) is known color: Saratoga. HEX triplet: 5B, 61 and 36. RGB value is (91,97,54). Sum of RGB (Red+Green+Blue) = 91+97+54=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6136 is #A49EC9. Grayscale: #5A5A5A. Windows color (decimal): -10788554 or 3563867. OLE color: 3563867.

HSL color Cylindrical-coordinate representation of color #5B6136: hue angle of 68.37º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B6136 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 97 54 -
CMYK 0.06 0 0.44 0.62
HSL 68.37º 0.28% 0.3% -
HSV(B) 68.37º 0.44% 0.38% -
XYZ 9.25 11.04 5.13 -
YUV 90.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 91 97 54 0.06 0 0.44 0.62 68.37 0.28 0.3
Hex 5B 61 36 6 0 2C 3E 44 1C 1E
Octal 133 141 66 6 0 54 76 104 34 36
Binary 1011011 1100001 110110 110 0 101100 111110 1000100 11100 11110

Color Harmonies of #5B6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6136

Black with #5B6136

Text Example


Text Example

White with #5B6136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,54); }

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

background-color css

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

 a { background-color: rgb(91,97,54); }

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

border-color css

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

 span { border-color: rgb(91,97,54); }

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