Html Css Color HEX #5C6025 Saratoga

📋 copy color: '#5C6025'

red 92 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #5C6025

Tints of Saratoga #5C6025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.44%

R = 40.89%
G = 42.67%
B = 16.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#5C6025 (or 0x5C6025) is known color: Saratoga. HEX triplet: 5C, 60 and 25. RGB value is (92,96,37). Sum of RGB (Red+Green+Blue) = 92+96+37=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6025 is #A39FDA. Grayscale: #585858. Windows color (decimal): -10723291 or 2449500. OLE color: 2449500.

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

Color convert

RGB 92 96 37 -
CMYK 0.04 0 0.61 0.62
HSL 64.07º 0.44% 0.26% -
HSV(B) 64.07º 0.61% 0.38% -
XYZ 8.93 10.77 3.36 -
YUV 88.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 92 96 37 0.04 0 0.61 0.62 64.07 0.44 0.26
Hex 5C 60 25 4 0 3D 3E 40 2C 1A
Octal 134 140 45 4 0 75 76 100 54 32
Binary 1011100 1100000 100101 100 0 111101 111110 1000000 101100 11010

Color Harmonies of #5C6025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6025

Black with #5C6025

Text Example


Text Example

White with #5C6025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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