Html Css Color HEX #566526 Saratoga

📋 copy color: '#566526'

red 86 ◦ green 101 ◦ blue 38

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

Shades of Saratoga #566526

Tints of Saratoga #566526

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.89%

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

R = 38.22%
G = 44.89%
B = 16.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#566526 (or 0x566526) is known color: Saratoga. HEX triplet: 56, 65 and 26. RGB value is (86,101,38). Sum of RGB (Red+Green+Blue) = 86+101+38=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #566526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566526 is #A99AD9. Grayscale: #595959. Windows color (decimal): -11115226 or 2516310. OLE color: 2516310.

HSL color Cylindrical-coordinate representation of color #566526: hue angle of 74.29º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566526 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 38 -
CMYK 0.15 0 0.62 0.60
HSL 74.29º 0.45% 0.27% -
HSV(B) 74.29º 0.62% 0.4% -
XYZ 8.84 11.43 3.57 -
YUV 89.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 86 101 38 0.15 0 0.62 0.60 74.29 0.45 0.27
Hex 56 65 26 F 0 3E 3C 4A 2D 1B
Octal 126 145 46 17 0 76 74 112 55 33
Binary 1010110 1100101 100110 1111 0 111110 111100 1001010 101101 11011

Color Harmonies of #566526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566526

Black with #566526

Text Example


Text Example

White with #566526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566526; }

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

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

background-color css

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

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

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

border-color css

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

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

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