Html Css Color HEX #516028 Saratoga

📋 copy color: '#516028'

red 81 ◦ green 96 ◦ blue 40

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

Shades of Saratoga #516028

Tints of Saratoga #516028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.43%

R = 37.33%
G = 44.24%
B = 18.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#516028 (or 0x516028) is known color: Saratoga. HEX triplet: 51, 60 and 28. RGB value is (81,96,40). Sum of RGB (Red+Green+Blue) = 81+96+40=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #516028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516028 is #AE9FD7. Grayscale: #555555. Windows color (decimal): -11444184 or 2646097. OLE color: 2646097.

HSL color Cylindrical-coordinate representation of color #516028: hue angle of 76.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516028 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 40 -
CMYK 0.16 0 0.58 0.62
HSL 76.07º 0.41% 0.27% -
HSV(B) 76.07º 0.58% 0.38% -
XYZ 7.96 10.27 3.57 -
YUV 85.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 81 96 40 0.16 0 0.58 0.62 76.07 0.41 0.27
Hex 51 60 28 10 0 3A 3E 4C 29 1B
Octal 121 140 50 20 0 72 76 114 51 33
Binary 1010001 1100000 101000 10000 0 111010 111110 1001100 101001 11011

Color Harmonies of #516028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516028

Black with #516028

Text Example


Text Example

White with #516028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516028; }

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

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

background-color css

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

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

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

border-color css

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

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

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