Html Css Color HEX #526026 Saratoga

📋 copy color: '#526026'

red 82 ◦ green 96 ◦ blue 38

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

Shades of Saratoga #526026

Tints of Saratoga #526026

RGB

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

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

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

R = 37.96%
G = 44.44%
B = 17.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#526026 (or 0x526026) is known color: Saratoga. HEX triplet: 52, 60 and 26. RGB value is (82,96,38). Sum of RGB (Red+Green+Blue) = 82+96+38=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #526026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526026 is #AD9FD9. Grayscale: #555555. Windows color (decimal): -11378650 or 2515026. OLE color: 2515026.

HSL color Cylindrical-coordinate representation of color #526026: hue angle of 74.48º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526026 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 38 -
CMYK 0.15 0 0.60 0.62
HSL 74.48º 0.43% 0.26% -
HSV(B) 74.48º 0.6% 0.38% -
XYZ 8.01 10.3 3.4 -
YUV 85.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 82 96 38 0.15 0 0.60 0.62 74.48 0.43 0.26
Hex 52 60 26 F 0 3C 3E 4A 2B 1A
Octal 122 140 46 17 0 74 76 112 53 32
Binary 1010010 1100000 100110 1111 0 111100 111110 1001010 101011 11010

Color Harmonies of #526026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526026

Black with #526026

Text Example


Text Example

White with #526026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526026; }

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

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

background-color css

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

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

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

border-color css

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

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

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