Html Css Color HEX #5C6126 Saratoga

📋 copy color: '#5C6126'

red 92 ◦ green 97 ◦ blue 38

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

Shades of Saratoga #5C6126

Tints of Saratoga #5C6126

RGB

 RED value IS 92 (36.33% from 255) = 40.53%

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

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

R = 40.53%
G = 42.73%
B = 16.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#5C6126 (or 0x5C6126) is known color: Saratoga. HEX triplet: 5C, 61 and 26. RGB value is (92,97,38). Sum of RGB (Red+Green+Blue) = 92+97+38=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6126 is #A39ED9. Grayscale: #595959. Windows color (decimal): -10723034 or 2515292. OLE color: 2515292.

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

Color convert

RGB 92 97 38 -
CMYK 0.05 0 0.61 0.62
HSL 65.08º 0.44% 0.26% -
HSV(B) 65.08º 0.61% 0.38% -
XYZ 9.04 10.96 3.47 -
YUV 88.78 99.34 130.3 -
System Red Green Blue C M Y K H S L
Decimal 92 97 38 0.05 0 0.61 0.62 65.08 0.44 0.26
Hex 5C 61 26 5 0 3D 3E 41 2C 1A
Octal 134 141 46 5 0 75 76 101 54 32
Binary 1011100 1100001 100110 101 0 111101 111110 1000001 101100 11010

Color Harmonies of #5C6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6126

Black with #5C6126

Text Example


Text Example

White with #5C6126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,97,38); }

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

background-color css

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

 a { background-color: rgb(92,97,38); }

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

border-color css

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

 span { border-color: rgb(92,97,38); }

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