Html Css Color HEX #566129 Saratoga

📋 copy color: '#566129'

red 86 ◦ green 97 ◦ blue 41

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

Shades of Saratoga #566129

Tints of Saratoga #566129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 41 (16.41% from 255) = 18.3%

R = 38.39%
G = 43.3%
B = 18.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#566129 (or 0x566129) is known color: Saratoga. HEX triplet: 56, 61 and 29. RGB value is (86,97,41). Sum of RGB (Red+Green+Blue) = 86+97+41=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #566129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566129 is #A99ED6. Grayscale: #575757. Windows color (decimal): -11116247 or 2711894. OLE color: 2711894.

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

Color convert

RGB 86 97 41 -
CMYK 0.11 0 0.58 0.62
HSL 71.79º 0.41% 0.27% -
HSV(B) 71.79º 0.58% 0.38% -
XYZ 8.51 10.69 3.71 -
YUV 87.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 86 97 41 0.11 0 0.58 0.62 71.79 0.41 0.27
Hex 56 61 29 B 0 3A 3E 48 29 1B
Octal 126 141 51 13 0 72 76 110 51 33
Binary 1010110 1100001 101001 1011 0 111010 111110 1001000 101001 11011

Color Harmonies of #566129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566129

Black with #566129

Text Example


Text Example

White with #566129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566129; }

 p { color: rgb(86,97,41); }

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

background-color css

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

 a { background-color: rgb(86,97,41); }

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

border-color css

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

 span { border-color: rgb(86,97,41); }

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