Html Css Color HEX #536120 Saratoga

📋 copy color: '#536120'

red 83 ◦ green 97 ◦ blue 32

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

Shades of Saratoga #536120

Tints of Saratoga #536120

RGB

 RED value IS 83 (32.81% from 255) = 39.15%

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

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 39.15%
G = 45.75%
B = 15.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#536120 (or 0x536120) is known color: Saratoga. HEX triplet: 53, 61 and 20. RGB value is (83,97,32). Sum of RGB (Red+Green+Blue) = 83+97+32=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #536120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536120 is #AC9EDF. Grayscale: #555555. Windows color (decimal): -11312864 or 2122067. OLE color: 2122067.

HSL color Cylindrical-coordinate representation of color #536120: hue angle of 72.92º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #536120 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 32 -
CMYK 0.14 0 0.67 0.62
HSL 72.92º 0.5% 0.25% -
HSV(B) 72.92º 0.67% 0.38% -
XYZ 8.1 10.49 2.96 -
YUV 85.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 83 97 32 0.14 0 0.67 0.62 72.92 0.5 0.25
Hex 53 61 20 E 0 43 3E 49 32 19
Octal 123 141 40 16 0 103 76 111 62 31
Binary 1010011 1100001 100000 1110 0 1000011 111110 1001001 110010 11001

Color Harmonies of #536120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536120

Black with #536120

Text Example


Text Example

White with #536120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536120; }

 p { color: rgb(83,97,32); }

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

background-color css

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

 a { background-color: rgb(83,97,32); }

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

border-color css

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

 span { border-color: rgb(83,97,32); }

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