Html Css Color HEX #506025 Saratoga

📋 copy color: '#506025'

red 80 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #506025

Tints of Saratoga #506025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 37.56%
G = 45.07%
B = 17.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#506025 (or 0x506025) is known color: Saratoga. HEX triplet: 50, 60 and 25. RGB value is (80,96,37). Sum of RGB (Red+Green+Blue) = 80+96+37=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #506025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506025 is #AF9FDA. Grayscale: #545454. Windows color (decimal): -11509723 or 2449488. OLE color: 2449488.

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

Color convert

RGB 80 96 37 -
CMYK 0.17 0 0.61 0.62
HSL 76.27º 0.44% 0.26% -
HSV(B) 76.27º 0.61% 0.38% -
XYZ 7.83 10.2 3.31 -
YUV 84.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 80 96 37 0.17 0 0.61 0.62 76.27 0.44 0.26
Hex 50 60 25 11 0 3D 3E 4C 2C 1A
Octal 120 140 45 21 0 75 76 114 54 32
Binary 1010000 1100000 100101 10001 0 111101 111110 1001100 101100 11010

Color Harmonies of #506025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506025

Black with #506025

Text Example


Text Example

White with #506025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506025; }

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

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

background-color css

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

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

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

border-color css

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

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

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