Html Css Color HEX #536020 Saratoga

📋 copy color: '#536020'

red 83 ◦ green 96 ◦ blue 32

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

Shades of Saratoga #536020

Tints of Saratoga #536020

RGB

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

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

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

R = 39.34%
G = 45.5%
B = 15.17%

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

#536020 (or 0x536020) is known color: Saratoga. HEX triplet: 53, 60 and 20. RGB value is (83,96,32). Sum of RGB (Red+Green+Blue) = 83+96+32=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #536020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536020 is #AC9FDF. Grayscale: #555555. Windows color (decimal): -11313120 or 2121811. OLE color: 2121811.

HSL color Cylindrical-coordinate representation of color #536020: hue angle of 72.19º 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 #536020 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 96 32 -
CMYK 0.14 0 0.67 0.62
HSL 72.19º 0.5% 0.25% -
HSV(B) 72.19º 0.67% 0.38% -
XYZ 8.01 10.31 2.93 -
YUV 84.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 83 96 32 0.14 0 0.67 0.62 72.19 0.5 0.25
Hex 53 60 20 E 0 43 3E 48 32 19
Octal 123 140 40 16 0 103 76 110 62 31
Binary 1010011 1100000 100000 1110 0 1000011 111110 1001000 110010 11001

Color Harmonies of #536020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536020

Black with #536020

Text Example


Text Example

White with #536020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536020; }

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

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

background-color css

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

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

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

border-color css

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

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

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