Html Css Color HEX #5C6136 Saratoga

📋 copy color: '#5C6136'

red 92 ◦ green 97 ◦ blue 54

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

Shades of Saratoga #5C6136

Tints of Saratoga #5C6136

RGB

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

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

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

R = 37.86%
G = 39.92%
B = 22.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#5C6136 (or 0x5C6136) is known color: Saratoga. HEX triplet: 5C, 61 and 36. RGB value is (92,97,54). Sum of RGB (Red+Green+Blue) = 92+97+54=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6136 is #A39EC9. Grayscale: #5A5A5A. Windows color (decimal): -10723018 or 3563868. OLE color: 3563868.

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

Color convert

RGB 92 97 54 -
CMYK 0.05 0 0.44 0.62
HSL 66.98º 0.28% 0.3% -
HSV(B) 66.98º 0.44% 0.38% -
XYZ 9.35 11.09 5.14 -
YUV 90.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 92 97 54 0.05 0 0.44 0.62 66.98 0.28 0.3
Hex 5C 61 36 5 0 2C 3E 43 1C 1E
Octal 134 141 66 5 0 54 76 103 34 36
Binary 1011100 1100001 110110 101 0 101100 111110 1000011 11100 11110

Color Harmonies of #5C6136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6136

Black with #5C6136

Text Example


Text Example

White with #5C6136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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