Html Css Color HEX #566130 Saratoga

📋 copy color: '#566130'

red 86 ◦ green 97 ◦ blue 48

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

Shades of Saratoga #566130

Tints of Saratoga #566130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 37.23%
G = 41.99%
B = 20.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#566130 (or 0x566130) is known color: Saratoga. HEX triplet: 56, 61 and 30. RGB value is (86,97,48). Sum of RGB (Red+Green+Blue) = 86+97+48=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #566130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566130 is #A99ECF. Grayscale: #585858. Windows color (decimal): -11116240 or 3170646. OLE color: 3170646.

HSL color Cylindrical-coordinate representation of color #566130: hue angle of 73.47º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566130 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 48 -
CMYK 0.11 0 0.51 0.62
HSL 73.47º 0.34% 0.28% -
HSV(B) 73.47º 0.51% 0.38% -
XYZ 8.65 10.74 4.41 -
YUV 88.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 86 97 48 0.11 0 0.51 0.62 73.47 0.34 0.28
Hex 56 61 30 B 0 33 3E 49 22 1C
Octal 126 141 60 13 0 63 76 111 42 34
Binary 1010110 1100001 110000 1011 0 110011 111110 1001001 100010 11100

Color Harmonies of #566130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566130

Black with #566130

Text Example


Text Example

White with #566130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566130; }

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

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

background-color css

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

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

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

border-color css

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

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

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