Html Css Color HEX #5C6130 Saratoga

📋 copy color: '#5C6130'

red 92 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #5C6130

Tints of Saratoga #5C6130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 38.82%
G = 40.93%
B = 20.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#5C6130 (or 0x5C6130) is known color: Saratoga. HEX triplet: 5C, 61 and 30. RGB value is (92,97,48). Sum of RGB (Red+Green+Blue) = 92+97+48=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6130 is #A39ECF. Grayscale: #5A5A5A. Windows color (decimal): -10723024 or 3170652. OLE color: 3170652.

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

Color convert

RGB 92 97 48 -
CMYK 0.05 0 0.51 0.62
HSL 66.12º 0.34% 0.28% -
HSV(B) 66.12º 0.51% 0.38% -
XYZ 9.22 11.04 4.44 -
YUV 89.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 92 97 48 0.05 0 0.51 0.62 66.12 0.34 0.28
Hex 5C 61 30 5 0 33 3E 42 22 1C
Octal 134 141 60 5 0 63 76 102 42 34
Binary 1011100 1100001 110000 101 0 110011 111110 1000010 100010 11100

Color Harmonies of #5C6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6130

Black with #5C6130

Text Example


Text Example

White with #5C6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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