Html Css Color HEX #526120 Saratoga

📋 copy color: '#526120'

red 82 ◦ green 97 ◦ blue 32

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

Shades of Saratoga #526120

Tints of Saratoga #526120

RGB

 RED value IS 82 (32.42% from 255) = 38.86%

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

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

R = 38.86%
G = 45.97%
B = 15.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#526120 (or 0x526120) is known color: Saratoga. HEX triplet: 52, 61 and 20. RGB value is (82,97,32). Sum of RGB (Red+Green+Blue) = 82+97+32=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #526120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526120 is #AD9EDF. Grayscale: #555555. Windows color (decimal): -11378400 or 2122066. OLE color: 2122066.

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

Color convert

RGB 82 97 32 -
CMYK 0.15 0 0.67 0.62
HSL 73.85º 0.5% 0.25% -
HSV(B) 73.85º 0.67% 0.38% -
XYZ 8.02 10.45 2.96 -
YUV 85.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 82 97 32 0.15 0 0.67 0.62 73.85 0.5 0.25
Hex 52 61 20 F 0 43 3E 4A 32 19
Octal 122 141 40 17 0 103 76 112 62 31
Binary 1010010 1100001 100000 1111 0 1000011 111110 1001010 110010 11001

Color Harmonies of #526120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526120

Black with #526120

Text Example


Text Example

White with #526120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526120; }

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

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

background-color css

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

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

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

border-color css

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

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

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