Html Css Color HEX #526226 Saratoga

📋 copy color: '#526226'

red 82 ◦ green 98 ◦ blue 38

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

Shades of Saratoga #526226

Tints of Saratoga #526226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 37.61%
G = 44.95%
B = 17.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#526226 (or 0x526226) is known color: Saratoga. HEX triplet: 52, 62 and 26. RGB value is (82,98,38). Sum of RGB (Red+Green+Blue) = 82+98+38=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #526226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526226 is #AD9DD9. Grayscale: #565656. Windows color (decimal): -11378138 or 2515538. OLE color: 2515538.

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

Color convert

RGB 82 98 38 -
CMYK 0.16 0 0.61 0.62
HSL 76º 0.44% 0.27% -
HSV(B) 76º 0.61% 0.38% -
XYZ 8.2 10.67 3.46 -
YUV 86.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 82 98 38 0.16 0 0.61 0.62 76 0.44 0.27
Hex 52 62 26 10 0 3D 3E 4C 2C 1B
Octal 122 142 46 20 0 75 76 114 54 33
Binary 1010010 1100010 100110 10000 0 111101 111110 1001100 101100 11011

Color Harmonies of #526226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526226

Black with #526226

Text Example


Text Example

White with #526226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526226; }

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

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

background-color css

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

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

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

border-color css

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

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

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