Html Css Color HEX #566026 Saratoga

📋 copy color: '#566026'

red 86 ◦ green 96 ◦ blue 38

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

Shades of Saratoga #566026

Tints of Saratoga #566026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 39.09%
G = 43.64%
B = 17.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#566026 (or 0x566026) is known color: Saratoga. HEX triplet: 56, 60 and 26. RGB value is (86,96,38). Sum of RGB (Red+Green+Blue) = 86+96+38=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #566026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566026 is #A99FD9. Grayscale: #565656. Windows color (decimal): -11116506 or 2515030. OLE color: 2515030.

HSL color Cylindrical-coordinate representation of color #566026: hue angle of 70.34º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566026 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 38 -
CMYK 0.10 0 0.60 0.62
HSL 70.34º 0.43% 0.26% -
HSV(B) 70.34º 0.6% 0.38% -
XYZ 8.37 10.48 3.42 -
YUV 86.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 86 96 38 0.10 0 0.60 0.62 70.34 0.43 0.26
Hex 56 60 26 A 0 3C 3E 46 2B 1A
Octal 126 140 46 12 0 74 76 106 53 32
Binary 1010110 1100000 100110 1010 0 111100 111110 1000110 101011 11010

Color Harmonies of #566026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566026

Black with #566026

Text Example


Text Example

White with #566026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566026; }

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

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

background-color css

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

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

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

border-color css

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

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

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