Html Css Color HEX #566028 Saratoga

📋 copy color: '#566028'

red 86 ◦ green 96 ◦ blue 40

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

Shades of Saratoga #566028

Tints of Saratoga #566028

RGB

 RED value IS 86 (33.98% from 255) = 38.74%

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

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

R = 38.74%
G = 43.24%
B = 18.02%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#566028 (or 0x566028) is known color: Saratoga. HEX triplet: 56, 60 and 28. RGB value is (86,96,40). Sum of RGB (Red+Green+Blue) = 86+96+40=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 40 (16.02% from 255 or 18.02% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #566028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566028 is #A99FD7. Grayscale: #565656. Windows color (decimal): -11116504 or 2646102. OLE color: 2646102.

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

Color convert

RGB 86 96 40 -
CMYK 0.10 0 0.58 0.62
HSL 70.71º 0.41% 0.27% -
HSV(B) 70.71º 0.58% 0.38% -
XYZ 8.4 10.5 3.59 -
YUV 86.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 86 96 40 0.10 0 0.58 0.62 70.71 0.41 0.27
Hex 56 60 28 A 0 3A 3E 47 29 1B
Octal 126 140 50 12 0 72 76 107 51 33
Binary 1010110 1100000 101000 1010 0 111010 111110 1000111 101001 11011

Color Harmonies of #566028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566028

Black with #566028

Text Example


Text Example

White with #566028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566028; }

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

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

background-color css

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

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

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

border-color css

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

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

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