#5C6134

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

Shades of Saratoga #5C6134

Tints of Saratoga #5C6134

Color information

#5C6134 (or 0x5C6134) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 34. RGB value is (92,97,52). Sum of RGB (Red+Green+Blue) = 92+97+52=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6134 is #A39ECB. Grayscale: #5A5A5A. Windows color (decimal): -10723020 or 3432796. OLE color: 3432796.

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

Color convert

RGB929752-
CMYK0.0500.460.62
HSL66.67º30.2%29.22%-
HSV(B)66.67º46.39%38.04%-
XYZ9.3111.074.9-
YUV90.38106.34129.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=38.17%
G=40.25%
B=21.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297520.0500.460.6266.6730.229.22
Hex5C6134502E3E431e1d
Octal134141645056761033635
Binary10111001100001110100101010111011111010000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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