#5C6030

Color #5C6030 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5C6030

Tints of Saratoga #5C6030

Color information

#5C6030 (or 0x5C6030) is unknown color: approx Saratoga. HEX triplet: 5C, 60 and 30. RGB value is (92,96,48). Sum of RGB (Red+Green+Blue) = 92+96+48=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6030 is #A39FCF. Grayscale: #595959. Windows color (decimal): -10723280 or 3170396. OLE color: 3170396.

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

Color convert

RGB929648-
CMYK0.0400.500.62
HSL65º33.33%28.24%-
HSV(B)65º50%37.65%-
XYZ9.1310.854.41-
YUV89.33104.67129.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 96 (37.89% from 255) = 40.68%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=38.98%
G=40.68%
B=20.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296480.0400.500.626533.3328.24
Hex5C603040323E41211c
Octal134140604062761014134
Binary101110011000001100001000110010111110100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,48); }

 H1.HeaderClassName
 {
   color: #5C6030;
 }
 .AnyTagClassName
 {
   color: #5C6030;
 }
</style>
background-color css

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

 a { background-color: rgb(92,96,48); }

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

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

 span { border-color: rgb(92,96,48); }

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