Html Css Color HEX #5C6033 Saratoga

📋 copy color: '#5C6033'

red 92 ◦ green 96 ◦ blue 51

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

Shades of Saratoga #5C6033

Tints of Saratoga #5C6033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 38.49%
G = 40.17%
B = 21.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#5C6033 (or 0x5C6033) is known color: Saratoga. HEX triplet: 5C, 60 and 33. RGB value is (92,96,51). Sum of RGB (Red+Green+Blue) = 92+96+51=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6033 is #A39FCC. Grayscale: #595959. Windows color (decimal): -10723277 or 3367004. OLE color: 3367004.

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

Color convert

RGB 92 96 51 -
CMYK 0.04 0 0.47 0.62
HSL 65.33º 0.31% 0.29% -
HSV(B) 65.33º 0.47% 0.38% -
XYZ 9.19 10.88 4.75 -
YUV 89.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 92 96 51 0.04 0 0.47 0.62 65.33 0.31 0.29
Hex 5C 60 33 4 0 2F 3E 41 1F 1D
Octal 134 140 63 4 0 57 76 101 37 35
Binary 1011100 1100000 110011 100 0 101111 111110 1000001 11111 11101

Color Harmonies of #5C6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6033

Black with #5C6033

Text Example


Text Example

White with #5C6033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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