Html Css Color HEX #5B6128 Saratoga

📋 copy color: '#5B6128'

red 91 ◦ green 97 ◦ blue 40

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

Shades of Saratoga #5B6128

Tints of Saratoga #5B6128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 39.91%
G = 42.54%
B = 17.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#5B6128 (or 0x5B6128) is known color: Saratoga. HEX triplet: 5B, 61 and 28. RGB value is (91,97,40). Sum of RGB (Red+Green+Blue) = 91+97+40=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6128 is #A49ED7. Grayscale: #585858. Windows color (decimal): -10788568 or 2646363. OLE color: 2646363.

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

Color convert

RGB 91 97 40 -
CMYK 0.06 0 0.59 0.62
HSL 66.32º 0.42% 0.27% -
HSV(B) 66.32º 0.59% 0.38% -
XYZ 8.97 10.93 3.64 -
YUV 88.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 91 97 40 0.06 0 0.59 0.62 66.32 0.42 0.27
Hex 5B 61 28 6 0 3B 3E 42 2A 1B
Octal 133 141 50 6 0 73 76 102 52 33
Binary 1011011 1100001 101000 110 0 111011 111110 1000010 101010 11011

Color Harmonies of #5B6128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6128

Black with #5B6128

Text Example


Text Example

White with #5B6128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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