Html Css Color HEX #516025 Saratoga

📋 copy color: '#516025'

red 81 ◦ green 96 ◦ blue 37

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

Shades of Saratoga #516025

Tints of Saratoga #516025

RGB

 RED value IS 81 (32.03% from 255) = 37.85%

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

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

R = 37.85%
G = 44.86%
B = 17.29%

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

#516025 (or 0x516025) is known color: Saratoga. HEX triplet: 51, 60 and 25. RGB value is (81,96,37). Sum of RGB (Red+Green+Blue) = 81+96+37=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #516025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516025 is #AE9FDA. Grayscale: #555555. Windows color (decimal): -11444187 or 2449489. OLE color: 2449489.

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

Color convert

RGB 81 96 37 -
CMYK 0.16 0 0.61 0.62
HSL 75.25º 0.44% 0.26% -
HSV(B) 75.25º 0.61% 0.38% -
XYZ 7.91 10.25 3.31 -
YUV 84.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 81 96 37 0.16 0 0.61 0.62 75.25 0.44 0.26
Hex 51 60 25 10 0 3D 3E 4B 2C 1A
Octal 121 140 45 20 0 75 76 113 54 32
Binary 1010001 1100000 100101 10000 0 111101 111110 1001011 101100 11010

Color Harmonies of #516025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516025

Black with #516025

Text Example


Text Example

White with #516025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516025; }

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

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

background-color css

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

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

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

border-color css

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

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

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