Html Css Color HEX #5C6135 Saratoga

📋 copy color: '#5C6135'

red 92 ◦ green 97 ◦ blue 53

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

Shades of Saratoga #5C6135

Tints of Saratoga #5C6135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.9%

R = 38.02%
G = 40.08%
B = 21.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#5C6135 (or 0x5C6135) is known color: Saratoga. HEX triplet: 5C, 61 and 35. RGB value is (92,97,53). Sum of RGB (Red+Green+Blue) = 92+97+53=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6135 is #A39ECA. Grayscale: #5A5A5A. Windows color (decimal): -10723019 or 3498332. OLE color: 3498332.

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

Color convert

RGB 92 97 53 -
CMYK 0.05 0 0.45 0.62
HSL 66.82º 0.29% 0.29% -
HSV(B) 66.82º 0.45% 0.38% -
XYZ 9.33 11.08 5.02 -
YUV 90.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 92 97 53 0.05 0 0.45 0.62 66.82 0.29 0.29
Hex 5C 61 35 5 0 2D 3E 43 1D 1D
Octal 134 141 65 5 0 55 76 103 35 35
Binary 1011100 1100001 110101 101 0 101101 111110 1000011 11101 11101

Color Harmonies of #5C6135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6135

Black with #5C6135

Text Example


Text Example

White with #5C6135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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