Html Css Color HEX #526224 Saratoga

📋 copy color: '#526224'

red 82 ◦ green 98 ◦ blue 36

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

Shades of Saratoga #526224

Tints of Saratoga #526224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 37.96%
G = 45.37%
B = 16.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#526224 (or 0x526224) is known color: Saratoga. HEX triplet: 52, 62 and 24. RGB value is (82,98,36). Sum of RGB (Red+Green+Blue) = 82+98+36=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #526224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526224 is #AD9DDB. Grayscale: #565656. Windows color (decimal): -11378140 or 2384466. OLE color: 2384466.

HSL color Cylindrical-coordinate representation of color #526224: hue angle of 75.48º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #526224 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 36 -
CMYK 0.16 0 0.63 0.62
HSL 75.48º 0.46% 0.26% -
HSV(B) 75.48º 0.63% 0.38% -
XYZ 8.17 10.66 3.3 -
YUV 86.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 82 98 36 0.16 0 0.63 0.62 75.48 0.46 0.26
Hex 52 62 24 10 0 3F 3E 4B 2E 1A
Octal 122 142 44 20 0 77 76 113 56 32
Binary 1010010 1100010 100100 10000 0 111111 111110 1001011 101110 11010

Color Harmonies of #526224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526224

Black with #526224

Text Example


Text Example

White with #526224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526224; }

 p { color: rgb(82,98,36); }

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

background-color css

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

 a { background-color: rgb(82,98,36); }

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

border-color css

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

 span { border-color: rgb(82,98,36); }

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