Html Css Color HEX #5B6238 Saratoga

📋 copy color: '#5B6238'

red 91 ◦ green 98 ◦ blue 56

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

Shades of Saratoga #5B6238

Tints of Saratoga #5B6238

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 37.14%
G = 40%
B = 22.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#5B6238 (or 0x5B6238) is known color: Saratoga. HEX triplet: 5B, 62 and 38. RGB value is (91,98,56). Sum of RGB (Red+Green+Blue) = 91+98+56=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6238 is #A49DC7. Grayscale: #5B5B5B. Windows color (decimal): -10788296 or 3695195. OLE color: 3695195.

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

Color convert

RGB 91 98 56 -
CMYK 0.07 0 0.43 0.62
HSL 70º 0.27% 0.3% -
HSV(B) 70º 0.43% 0.38% -
XYZ 9.4 11.25 5.42 -
YUV 91.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 91 98 56 0.07 0 0.43 0.62 70 0.27 0.3
Hex 5B 62 38 7 0 2B 3E 46 1B 1E
Octal 133 142 70 7 0 53 76 106 33 36
Binary 1011011 1100010 111000 111 0 101011 111110 1000110 11011 11110

Color Harmonies of #5B6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6238

Black with #5B6238

Text Example


Text Example

White with #5B6238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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