Html Css Color HEX #5C6036 Saratoga

📋 copy color: '#5C6036'

red 92 ◦ green 96 ◦ blue 54

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

Shades of Saratoga #5C6036

Tints of Saratoga #5C6036

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 54 (21.48% from 255) = 22.31%

R = 38.02%
G = 39.67%
B = 22.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5C6036 (or 0x5C6036) is known color: Saratoga. HEX triplet: 5C, 60 and 36. RGB value is (92,96,54). Sum of RGB (Red+Green+Blue) = 92+96+54=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6036 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6036 is #A39FC9. Grayscale: #5A5A5A. Windows color (decimal): -10723274 or 3563612. OLE color: 3563612.

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

Color convert

RGB 92 96 54 -
CMYK 0.04 0 0.44 0.62
HSL 65.71º 0.28% 0.29% -
HSV(B) 65.71º 0.44% 0.38% -
XYZ 9.26 10.91 5.11 -
YUV 90.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 92 96 54 0.04 0 0.44 0.62 65.71 0.28 0.29
Hex 5C 60 36 4 0 2C 3E 42 1C 1D
Octal 134 140 66 4 0 54 76 102 34 35
Binary 1011100 1100000 110110 100 0 101100 111110 1000010 11100 11101

Color Harmonies of #5C6036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6036

Black with #5C6036

Text Example


Text Example

White with #5C6036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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