Html Css Color HEX #5B6426 Saratoga

📋 copy color: '#5B6426'

red 91 ◦ green 100 ◦ blue 38

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

Shades of Saratoga #5B6426

Tints of Saratoga #5B6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 39.74%
G = 43.67%
B = 16.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.61

RGB Variations

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

Color information

#5B6426 (or 0x5B6426) is known color: Saratoga. HEX triplet: 5B, 64 and 26. RGB value is (91,100,38). Sum of RGB (Red+Green+Blue) = 91+100+38=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #5B6426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6426 is #A49BD9. Grayscale: #5A5A5A. Windows color (decimal): -10787802 or 2516059. OLE color: 2516059.

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

Color convert

RGB 91 100 38 -
CMYK 0.09 0 0.62 0.61
HSL 68.71º 0.45% 0.27% -
HSV(B) 68.71º 0.62% 0.39% -
XYZ 9.22 11.48 3.56 -
YUV 90.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 91 100 38 0.09 0 0.62 0.61 68.71 0.45 0.27
Hex 5B 64 26 9 0 3E 3D 45 2D 1B
Octal 133 144 46 11 0 76 75 105 55 33
Binary 1011011 1100100 100110 1001 0 111110 111101 1000101 101101 11011

Color Harmonies of #5B6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6426

Black with #5B6426

Text Example


Text Example

White with #5B6426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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