Html Css Color HEX #506124 Saratoga

📋 copy color: '#506124'

red 80 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #506124

Tints of Saratoga #506124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.54%

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

R = 37.56%
G = 45.54%
B = 16.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#506124 (or 0x506124) is known color: Saratoga. HEX triplet: 50, 61 and 24. RGB value is (80,97,36). Sum of RGB (Red+Green+Blue) = 80+97+36=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #506124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506124 is #AF9EDB. Grayscale: #555555. Windows color (decimal): -11509468 or 2384208. OLE color: 2384208.

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

Color convert

RGB 80 97 36 -
CMYK 0.18 0 0.63 0.62
HSL 76.72º 0.46% 0.26% -
HSV(B) 76.72º 0.63% 0.38% -
XYZ 7.9 10.38 3.26 -
YUV 84.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 80 97 36 0.18 0 0.63 0.62 76.72 0.46 0.26
Hex 50 61 24 12 0 3F 3E 4D 2E 1A
Octal 120 141 44 22 0 77 76 115 56 32
Binary 1010000 1100001 100100 10010 0 111111 111110 1001101 101110 11010

Color Harmonies of #506124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506124

Black with #506124

Text Example


Text Example

White with #506124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506124; }

 p { color: rgb(80,97,36); }

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

background-color css

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

 a { background-color: rgb(80,97,36); }

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

border-color css

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

 span { border-color: rgb(80,97,36); }

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