Html Css Color HEX #5C6231 Saratoga

📋 copy color: '#5C6231'

red 92 ◦ green 98 ◦ blue 49

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

Shades of Saratoga #5C6231

Tints of Saratoga #5C6231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.5%

R = 38.49%
G = 41%
B = 20.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#5C6231 (or 0x5C6231) is known color: Saratoga. HEX triplet: 5C, 62 and 31. RGB value is (92,98,49). Sum of RGB (Red+Green+Blue) = 92+98+49=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6231 is #A39DCE. Grayscale: #5A5A5A. Windows color (decimal): -10722767 or 3236444. OLE color: 3236444.

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

Color convert

RGB 92 98 49 -
CMYK 0.06 0 0.5 0.62
HSL 67.35º 0.33% 0.29% -
HSV(B) 67.35º 0.5% 0.38% -
XYZ 9.34 11.23 4.58 -
YUV 90.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 92 98 49 0.06 0 0.5 0.62 67.35 0.33 0.29
Hex 5C 62 31 6 0 32 3E 43 21 1D
Octal 134 142 61 6 0 62 76 103 41 35
Binary 1011100 1100010 110001 110 0 110010 111110 1000011 100001 11101

Color Harmonies of #5C6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6231

Black with #5C6231

Text Example


Text Example

White with #5C6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,98,49); }

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

background-color css

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

 a { background-color: rgb(92,98,49); }

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

border-color css

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

 span { border-color: rgb(92,98,49); }

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