Html Css Color HEX #5B6226 Saratoga

📋 copy color: '#5B6226'

red 91 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #5B6226

Tints of Saratoga #5B6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.74%

R = 40.09%
G = 43.17%
B = 16.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#5B6226 (or 0x5B6226) is known color: Saratoga. HEX triplet: 5B, 62 and 26. RGB value is (91,98,38). Sum of RGB (Red+Green+Blue) = 91+98+38=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6226 is #A49DD9. Grayscale: #595959. Windows color (decimal): -10788314 or 2515547. OLE color: 2515547.

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

Color convert

RGB 91 98 38 -
CMYK 0.07 0 0.61 0.62
HSL 67º 0.44% 0.27% -
HSV(B) 67º 0.61% 0.38% -
XYZ 9.03 11.1 3.5 -
YUV 89.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 91 98 38 0.07 0 0.61 0.62 67 0.44 0.27
Hex 5B 62 26 7 0 3D 3E 43 2C 1B
Octal 133 142 46 7 0 75 76 103 54 33
Binary 1011011 1100010 100110 111 0 111101 111110 1000011 101100 11011

Color Harmonies of #5B6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6226

Black with #5B6226

Text Example


Text Example

White with #5B6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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