Html Css Color HEX #506026 Saratoga

📋 copy color: '#506026'

red 80 ◦ green 96 ◦ blue 38

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

Shades of Saratoga #506026

Tints of Saratoga #506026

RGB

 RED value IS 80 (31.64% from 255) = 37.38%

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

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

R = 37.38%
G = 44.86%
B = 17.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#506026 (or 0x506026) is known color: Saratoga. HEX triplet: 50, 60 and 26. RGB value is (80,96,38). Sum of RGB (Red+Green+Blue) = 80+96+38=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #506026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506026 is #AF9FD9. Grayscale: #545454. Windows color (decimal): -11509722 or 2515024. OLE color: 2515024.

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

Color convert

RGB 80 96 38 -
CMYK 0.17 0 0.60 0.62
HSL 76.55º 0.43% 0.26% -
HSV(B) 76.55º 0.6% 0.38% -
XYZ 7.84 10.21 3.39 -
YUV 84.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 80 96 38 0.17 0 0.60 0.62 76.55 0.43 0.26
Hex 50 60 26 11 0 3C 3E 4D 2B 1A
Octal 120 140 46 21 0 74 76 115 53 32
Binary 1010000 1100000 100110 10001 0 111100 111110 1001101 101011 11010

Color Harmonies of #506026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506026

Black with #506026

Text Example


Text Example

White with #506026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506026; }

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

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

background-color css

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

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

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

border-color css

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

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

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